Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
CHORE: Update rust action dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Aug 17, 2023
1 parent 9662e5a commit 9ec1b69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ jobs:
uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
profile: minimal
target: wasm32-unknown-unknown
targets: wasm32-unknown-unknown
toolchain: ${{ matrix.rust }}
components: rustfmt,clippy

Expand Down

0 comments on commit 9ec1b69

Please sign in to comment.