Skip to content

Commit d685d32

Browse files
authored
ci: fix RUST_VERSION env
Signed-off-by: Timo Glastra <[email protected]>
1 parent 537ef6d commit d685d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ jobs:
359359
uses: dtolnay/rust-toolchain@stable
360360
with:
361361
targets: ${{matrix.architecture}}
362-
toolchain: ${{RUST_VERSION}}
362+
toolchain: ${{ env.RUST_VERSION }}
363363

364364
- name: Build
365365
run: cargo build --release --target ${{matrix.architecture}} --features=vendored

0 commit comments

Comments
 (0)