Skip to content

Commit

Permalink
Merge pull request #12 from asteurer/actions
Browse files Browse the repository at this point in the history
fixing gh actions bug
  • Loading branch information
asteurer authored Jul 12, 2024
2 parents 356a119 + 85303a2 commit 4c12f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
${{ runner.os }}-cargo-bin-
- name: install wkg
run: cargo install --git https://github.com/bytecodealliance/wasm-pkg-tools wkg --locked --config net.git-fetch-with-cli=true
run: cargo install --git https://github.com/bytecodealliance/wasm-pkg-tools wkg --locked --config net.git-fetch-with-cli=true --force

- name: build spinapp
run: spin build
Expand Down

0 comments on commit 4c12f41

Please sign in to comment.