Skip to content

Commit dfebb3e

Browse files
author
Pat Hickey
committed
CI Check job: run apt-get update before apt-get install
trying to fix https://github.com/bytecodealliance/wasmtime/runs/4025939586?check_suite_focus=true
1 parent 06a93d3 commit dfebb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- run: |
163163
rustup target add wasm32-unknown-emscripten
164164
rustup target add armv7-unknown-linux-gnueabihf
165-
sudo apt-get install -y gcc-arm-linux-gnueabihf
165+
sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabihf
166166
- run: cargo check --target wasm32-unknown-emscripten -p wasi-common
167167
- run: cargo check --target armv7-unknown-linux-gnueabihf -p wasi-common
168168

0 commit comments

Comments
 (0)