We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49133f6 + dfebb3e commit a2d83d4Copy full SHA for a2d83d4
.github/workflows/main.yml
@@ -162,7 +162,7 @@ jobs:
162
- run: |
163
rustup target add wasm32-unknown-emscripten
164
rustup target add armv7-unknown-linux-gnueabihf
165
- sudo apt-get install -y gcc-arm-linux-gnueabihf
+ sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabihf
166
- run: cargo check --target wasm32-unknown-emscripten -p wasi-common
167
- run: cargo check --target armv7-unknown-linux-gnueabihf -p wasi-common
168
0 commit comments