Skip to content

Commit

Permalink
ref: use Rust version from toolchain for pre-publish check
Browse files Browse the repository at this point in the history
  • Loading branch information
bidzyyys committed Sep 21, 2024
1 parent 3bab04c commit 23bc8f4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/check-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: set up rust
uses: dtolnay/rust-toolchain@master
id: toolchain
with:
target: wasm32-unknown-unknown
components: rust-src
toolchain: nightly-2024-07-25
- name: set up Rust
run: rustup show

- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 23bc8f4

Please sign in to comment.