Skip to content

Commit

Permalink
push.yml: run "apt-get update" before each "apt install"
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 28, 2025
1 parent 4aab130 commit 324fd3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
distribution: 'zulu'
java-version: 21
- uses: actions/checkout@v4
- run: sudo apt-get update
- run: sudo apt install g++-9-arm-linux-gnueabihf
- run: arm-linux-gnueabihf-g++-9 --version
- uses: gradle/actions/setup-gradle@v4
Expand All @@ -35,6 +36,7 @@ jobs:
distribution: 'zulu'
java-version: 21
- uses: actions/checkout@v4
- run: sudo apt-get update
- run: sudo apt install g++-10-aarch64-linux-gnu
- run: aarch64-linux-gnu-g++-10 --version
- uses: gradle/actions/setup-gradle@v4
Expand Down

0 comments on commit 324fd3c

Please sign in to comment.