Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac8668 authored Dec 30, 2023
1 parent 14c2082 commit 42a1a9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: 🦀 Install Rustfmt
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt

- name: 🔧 Check
Expand Down Expand Up @@ -51,15 +50,13 @@ jobs:
if: matrix.config.target == 'wasm32-unknown-unknown'
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.config.target }}
components: clippy

- name: 🧰 Install Clippy
if: matrix.config.target != 'wasm32-unknown-unknown'
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy

- name: ♻️ Cache Cargo
Expand Down

0 comments on commit 42a1a9c

Please sign in to comment.