Skip to content

Commit

Permalink
Change toolchain action to not archived
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Nov 21, 2024
1 parent 138fb21 commit 570d1a3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
with:
name: ${{ env.PROJECT_NAME }}
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.81.0
target: wasm32-unknown-unknown
profile: minimal
override: true
toolchain: 1.75.0
targets: wasm32-unknown-unknown
components: rustfmt, clippy
# we need to move the generated project to a temp folder, away from the template project
# otherwise `cargo` runs would fail
Expand Down

0 comments on commit 570d1a3

Please sign in to comment.