Skip to content

Commit d8c1dd5

Browse files
committed
Remove wasm-pack action and cache home folder
1 parent 13238d5 commit d8c1dd5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
profile: minimal
7777
override: true
7878

79-
- name: Install wasm-pack
80-
uses: jetli/[email protected]
81-
with:
82-
version: 'v0.9.1'
83-
8479
- name: Cache target directory
8580
uses: actions/cache@v1
8681
with:
@@ -96,8 +91,10 @@ jobs:
9691
- name: Cache node_modules directory
9792
uses: actions/cache@v1
9893
with:
99-
path: waves/node_modules
100-
key: node-modules-directory-${{ hashFiles('waves/yarn.lock') }}-v1
94+
path: |
95+
waves/node_modules
96+
~/.config/wasm-pack-nodejs
97+
key: node-modules-directory-${{ hashFiles('waves/yarn.lock') }}-v2
10198

10299
- name: Cargo check release code with default features
103100
run: cargo check --workspace --all-targets --all-features

0 commit comments

Comments
 (0)