Skip to content

Commit 23bc8f4

Browse files
committed
ref: use Rust version from toolchain for pre-publish check
1 parent 3bab04c commit 23bc8f4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/check-publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: set up rust
22-
uses: dtolnay/rust-toolchain@master
23-
id: toolchain
24-
with:
25-
target: wasm32-unknown-unknown
26-
components: rust-src
27-
toolchain: nightly-2024-07-25
21+
- name: set up Rust
22+
run: rustup show
2823

2924
- uses: Swatinem/rust-cache@v2
3025

0 commit comments

Comments
 (0)