From 64975a3339f54db4f581aeb692e1a02f257dec5b Mon Sep 17 00:00:00 2001 From: nanoqsh Date: Sat, 13 Apr 2024 20:19:35 +0500 Subject: [PATCH] Remove wasm target from CI --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 488854d..527abe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,6 @@ jobs: - uses: actions/checkout@v3 - name: Build run: cargo build --all-features --profile ci --verbose - - name: Build wasm - run: cargo build --all-features --profile ci --verbose --package dunge --target=wasm32-unknown-unknown - name: Clippy run: cargo clippy --all-features --profile ci - name: Install vulkan