Skip to content

Commit

Permalink
Merge pull request #2 from asteurer/actions
Browse files Browse the repository at this point in the history
adding caching to the wkg step
  • Loading branch information
asteurer authored Jul 11, 2024
2 parents 0e1a698 + 65d9636 commit 3f5a253
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:

- name: install wkg
run: cargo install --git https://github.com/bytecodealliance/wasm-pkg-tools wkg --locked --config net.git-fetch-with-cli=true


- name: cache the wkg installation for the next time this runs
uses: Swatinem/rust-cache@v2

- name: build spinapp
run: spin build
Expand Down

0 comments on commit 3f5a253

Please sign in to comment.