Skip to content

Commit

Permalink
try force updating apt (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 authored Feb 9, 2025
1 parent 540e2f1 commit aa01cc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ runs:
- name: install native libraries
if: runner.os == 'Linux'
shell: pwsh
run: sudo apt-get install -qqy gcc-multilib g++-multilib
run: |
sudo apt-get update -qqy
sudo apt-get install -qqy gcc-multilib g++-multilib
- name: build run.n
working-directory: tools/run
Expand Down

0 comments on commit aa01cc6

Please sign in to comment.