Skip to content

Commit

Permalink
adding caching to the wkg step
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Steurer <andrew.steurer@fermyon.com>
  • Loading branch information
asteurer committed Jul 11, 2024
1 parent f4ed4d1 commit 65d9636
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 65d9636

Please sign in to comment.