We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a90050 commit f7362b8Copy full SHA for f7362b8
.github/workflows/test.yml
@@ -44,9 +44,11 @@ jobs:
44
rzup install cargo-risczero 3.0.3
45
rzup show
46
47
- - name: Install WASI Polyfill Tool
+ - name: Install build dependencies
48
run: |
49
- cargo install wasi2ic
+ sudo apt-get update
50
+ sudo apt-get install -y jq
51
+ cargo install --locked wasi2ic candid-extractor ic-wasm
52
53
- name: Install IC
54
@@ -55,10 +57,6 @@ jobs:
55
57
curl -fsSL https://sdk.dfinity.org/install.sh | sh -
56
58
echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
59
- - name: Install candid-extractor - a CLI tool to extract the Candid interface from a Canister WASM.
- run: |
60
- cargo install candid-extractor
61
-
62
- name: Start IC local replica
63
64
dfx start --background
0 commit comments