Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Cache wasmpack #36

Merged
merged 2 commits into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ibis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jobs:
pkg
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install wasm-pack toolchain
run: cargo install wasm-pack
- uses: jetli/[email protected]
with:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
version: 'latest'
- name: Build using wasm-pack
run: wasm-pack build --target web --locked --release --verbose

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ibis_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
pkg
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install wasm-pack toolchain
run: cargo install wasm-pack
- uses: jetli/[email protected]
with:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
version: 'latest'
- name: Build using wasm-pack
run: wasm-pack build --target web --locked --release --verbose
- uses: actions/upload-artifact@v2
Expand Down