Skip to content

Commit f7362b8

Browse files
Update the test github workflow with build dependencies
1 parent 9a90050 commit f7362b8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ jobs:
4444
rzup install cargo-risczero 3.0.3
4545
rzup show
4646
47-
- name: Install WASI Polyfill Tool
47+
- name: Install build dependencies
4848
run: |
49-
cargo install wasi2ic
49+
sudo apt-get update
50+
sudo apt-get install -y jq
51+
cargo install --locked wasi2ic candid-extractor ic-wasm
5052
5153
- name: Install IC
5254
run: |
@@ -55,10 +57,6 @@ jobs:
5557
curl -fsSL https://sdk.dfinity.org/install.sh | sh -
5658
echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
5759
58-
- name: Install candid-extractor - a CLI tool to extract the Candid interface from a Canister WASM.
59-
run: |
60-
cargo install candid-extractor
61-
6260
- name: Start IC local replica
6361
run: |
6462
dfx start --background

0 commit comments

Comments
 (0)