There was an error while loading. Please reload this page.
1 parent 06d578e commit ebb9b8cCopy full SHA for ebb9b8c
1 file changed
.github/workflows/release-reproducible-smart-contract.yaml
@@ -32,7 +32,7 @@ jobs:
32
echo "rust_version=$RUST_VERSION" > "$GITHUB_OUTPUT"
33
- uses: actions-rust-lang/setup-rust-toolchain@v1
34
with:
35
- toolchain: ${{ env.RUST_VERSION }}
+ toolchain: ${{ steps.meta.outputs.rust_version }}
36
target: wasm32-unknown-unknown
37
- name: Build Docker image
38
env:
0 commit comments