Skip to content

Commit

Permalink
fix(gh): run apt-get update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Nov 12, 2024
1 parent a0a3079 commit 0974c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
ARCH: ${{ matrix.platform.arch }}
run: |
if [ "$ARCH" != "$(uname -m)" ]; then
sudo apt-get update
sudo apt-get install qemu-user-static
fi
cargo run --bin build-img -- -a $ARCH
Expand Down

0 comments on commit 0974c2c

Please sign in to comment.