From eeb0bb93c4b58e4ac8c542b526edeb4bb2747637 Mon Sep 17 00:00:00 2001 From: Dave Henke Date: Wed, 8 Feb 2023 19:45:57 -0600 Subject: [PATCH] No intention of running wasm --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19be2d0..11cb26b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ jobs: matrix: include: - cargo_target: "x86_64-unknown-linux-gnu" - - cargo_target: "wasm32-unknown-unknown" steps: - name: Clone repo uses: actions/checkout@master