We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440a45e commit 7a5cbfeCopy full SHA for 7a5cbfe
.github/workflows/release.yml
@@ -26,12 +26,17 @@ jobs:
26
- name: Run sccache-cache
27
uses: mozilla-actions/[email protected]
28
29
- - name: Setup Commitizen
30
- run: pip install commitizen==2.42.1
+ # Triggers installation of the Rust toolchain
+ # Must be done before wasm-pack is installed
31
+ - name: Cargo metadata
32
+ run: cargo metadata --format-version 1
33
34
- name: Install wasm-pack
35
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
36
37
+ - name: Setup Commitizen
38
+ run: pip install commitizen==2.42.1
39
+
40
- name: Generate canister declarations
41
run: dfx generate
42
0 commit comments