Skip to content

Commit

Permalink
ci: update package index in qemu jobs
Browse files Browse the repository at this point in the history
Looks like this is necessary after all.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Tyrel Datwyler <tyreld@linux.ibm.com>
  • Loading branch information
nathanlynch authored and tyreld committed Oct 9, 2023
1 parent 0bba0c5 commit 8aee694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
echo "::add-matcher::.github/problem-matchers/compiler-source.json"
- name: Install tools
run: |
sudo apt-get update -qy
sudo apt-get install -y qemu-user-static
- name: Build and test
run: |
Expand Down

0 comments on commit 8aee694

Please sign in to comment.