Skip to content

Commit

Permalink
CI Check job: run apt-get update before apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Hickey committed Oct 27, 2021
1 parent 06a93d3 commit dfebb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- run: |
rustup target add wasm32-unknown-emscripten
rustup target add armv7-unknown-linux-gnueabihf
sudo apt-get install -y gcc-arm-linux-gnueabihf
sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabihf
- run: cargo check --target wasm32-unknown-emscripten -p wasi-common
- run: cargo check --target armv7-unknown-linux-gnueabihf -p wasi-common

Expand Down

0 comments on commit dfebb3e

Please sign in to comment.