From f1ca9d580a71eb8c91deb8fd57fbdb23d45dd27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Bruus=20Zeppelin?= Date: Thu, 19 Oct 2023 14:42:23 +0200 Subject: [PATCH] Remove WASM pack install step from CI (already included as dev dep) --- .github/workflows/pipeline.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4eac35d50..6064a49e1 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -94,11 +94,6 @@ jobs: deps/concordium-base/rust-src deps/concordium-base/concordium-contracts-common - - name: Get wasm-pack - uses: jetli/wasm-pack-action@v0.4.0 - with: - version: 'latest' - - name: Build run: yarn build