Skip to content

Commit ebb9b8c

Browse files
committed
Address comments
1 parent 06d578e commit ebb9b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-reproducible-smart-contract.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "rust_version=$RUST_VERSION" > "$GITHUB_OUTPUT"
3333
- uses: actions-rust-lang/setup-rust-toolchain@v1
3434
with:
35-
toolchain: ${{ env.RUST_VERSION }}
35+
toolchain: ${{ steps.meta.outputs.rust_version }}
3636
target: wasm32-unknown-unknown
3737
- name: Build Docker image
3838
env:

0 commit comments

Comments
 (0)