Skip to content

Commit

Permalink
Trying to use non-transitional packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Sep 19, 2024
1 parent 50178e5 commit 6c45baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install system dependencies
run: |
sudo apt update && sudo apt install -y libgl1-mesa-glx
sudo apt update && sudo apt install -y libgl1 libglx-mesa0
- name: Install nimble packages and dev tools
run: |
Expand Down

0 comments on commit 6c45baf

Please sign in to comment.