From: Colin Clark Date: Wed, 24 May 2023 14:50:01 +0000 (+0100) Subject: Update GitHub actions file (part 2) X-Git-Tag: v2.1~42 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=e4f3987a883afb14e1917ecc2442889fa09fbdfd Update GitHub actions file (part 2) - Run apt-get update - Use specific Ubuntu version number --- diff --git a/.github/workflows/check-build-actions.yml b/.github/workflows/check-build-actions.yml index 86d7d10a..83a2e044 100644 --- a/.github/workflows/check-build-actions.yml +++ b/.github/workflows/check-build-actions.yml @@ -26,8 +26,9 @@ jobs: retention-days: 5 Check-Build-Most-Options: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: + - run: sudo apt-get update - run: sudo apt-get install build-essential libgtk-3-dev - run: sudo apt-get install evince - run: sudo apt-get install libarchive-dev