Skip to content

Commit

Permalink
Remove WASM pack install step from CI (already included as dev dep)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Oct 19, 2023
1 parent 227bc1a commit f1ca9d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f1ca9d5

Please sign in to comment.