Skip to content

Commit 39d916f

Browse files
committed
Revert accidental removal of env.RUST_VERSION_TESTING_LIBRARY in CI
1 parent 3dc7d2e commit 39d916f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ jobs:
548548
- name: Install toolchain
549549
uses: actions-rust-lang/setup-rust-toolchain@v1
550550
with:
551-
toolchain: ${{ env.RUST_VERSION }}
551+
toolchain: ${{ env.RUST_VERSION_TESTING_LIBRARY }}
552552
target: wasm32-unknown-unknown
553553

554554
- name: Download and install Cargo Concordium

0 commit comments

Comments
 (0)