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 42a1a9c commit cdead3c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
matrix:
config:
- { target: "x86_64-unknown-linux-gnu", target_dir: "target" }
- { target: "wasm32-unknown-unknown", target_dir: "web-target" }
steps:
- name: ⬇️ Checkout Source
uses: actions/checkout@v3
Expand All @@ -46,13 +45,6 @@ jobs:
libasound2-dev \
libudev-dev
- name: 🧰 Install WASM Target
if: matrix.config.target == 'wasm32-unknown-unknown'
uses: actions-rs/toolchain@v1
with:
target: ${{ matrix.config.target }}
components: clippy

- name: 🧰 Install Clippy
if: matrix.config.target != 'wasm32-unknown-unknown'
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit cdead3c

Please sign in to comment.