Update GitHub actions file (part 2)
authorColin Clark <colin.clark@cclark.uk>
Wed, 24 May 2023 14:50:01 +0000 (15:50 +0100)
committerColin Clark <colin.clark@cclark.uk>
Wed, 24 May 2023 14:50:01 +0000 (15:50 +0100)
- Run apt-get update
- Use specific Ubuntu version number

.github/workflows/check-build-actions.yml

index 86d7d10..83a2e04 100644 (file)
@@ -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