X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fcheck-build-actions.yml;h=86d7d10ab507fdb56588f12a6dcd6c7c852d71c3;hp=6fbece671fd20f72ccc7519abe139027e68eb67e;hb=2c7d6f68a864d540b497d40aba8c2402f1617596;hpb=28f131621477e012c0553d4eb52bf9947ab98264 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