Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Sep 21, 2024
1 parent 919d614 commit b5a2df0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
submodules: recursive

- name: Install build deps
run: sudo apt install nasm gcc-s390x-linux-gnu musl-tools gcc-musl
run: |
sudo apt update
sudo apt install nasm gcc-s390x-linux-gnu musl-tools
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit b5a2df0

Please sign in to comment.