From d725bbab4411051b4aa498318458561ba2675381 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 4 Sep 2022 00:41:28 +0200 Subject: gh workflow: actually upgrade the system --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 705b5933d..fc4308376 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: apt-get install - run: sudo apt-get update && sudo apt-get install -y autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev libgd-dev + run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev libgd-dev - name: autoreconf run: autoreconf -i -f - name: configure -- cgit v1.2.1