Skip to content

Commit 3b9d450

Browse files
author
Codex
committed
build: verify runtime rust toolchain
1 parent 36d05ca commit 3b9d450

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/runtime-build-win.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ jobs:
3535
with:
3636
node-version: 20
3737

38-
- name: Setup Rust toolchain
39-
uses: dtolnay/rust-toolchain@stable
38+
- name: Verify Rust toolchain
39+
shell: powershell
40+
run: |
41+
rustc --version
42+
cargo --version
4043
4144
- name: Resolve release version
4245
id: release

0 commit comments

Comments
 (0)