From: Colin Clark Date: Wed, 24 May 2023 14:46:37 +0000 (+0100) Subject: Update GitHub actions file X-Git-Tag: v2.1~43 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=2c7d6f68a864d540b497d40aba8c2402f1617596 Update GitHub actions file - 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 6fbece67..86d7d10a 100644 --- a/.github/workflows/check-build-actions.yml +++ b/.github/workflows/check-build-actions.yml @@ -3,8 +3,9 @@ run-name: ${{ github.actor }} is running Geeqie check build on: [push] jobs: Check-Build-No-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 - uses: actions/checkout@v3 - uses: actions/setup-python@v4