Skip to content

Commit

Permalink
testpr: Call apt-get update before apt-get install to avoid use old p…
Browse files Browse the repository at this point in the history
…ackages
  • Loading branch information
traversaro authored Feb 19, 2024
1 parent 0a13e66 commit 90b26b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
if: matrix.platform == 'linux-aarch64'
shell: bash -l {0}
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxi-dev libxmu-dev
- shell: bash -l {0}
Expand Down

0 comments on commit 90b26b0

Please sign in to comment.