Skip to content

Commit

Permalink
Merge pull request #83 from Shopify/wasi-sdk-publish
Browse files Browse the repository at this point in the history
Add installing wask-sdk to publish.yml step
  • Loading branch information
jianghong authored Feb 24, 2022
2 parents a729109 + b1fe63f commit 5913120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
toolchain: 1.53.0
target: wasm32-wasi
default: true

- name: Install wasi-sdk
run: make download-wasi-sdk

- name: Make core
run: make core
Expand Down

0 comments on commit 5913120

Please sign in to comment.