Skip to content

Commit

Permalink
chore(ci): replace toolchain action
Browse files Browse the repository at this point in the history
  • Loading branch information
agilarity committed Mar 18, 2024
1 parent e75e991 commit e7d4b31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-cargo-make-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ inputs.toolchain }}
override: true
components: rustfmt

- name: Add wasm32-unknown-unknown
run: rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit e7d4b31

Please sign in to comment.