Skip to content

Commit 328f0ae

Browse files
committed
Install extism-js
1 parent caaa777 commit 328f0ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
with:
3030
packages: make binaryen
3131

32+
- name: Install extism-js
33+
run: |
34+
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
35+
bash install.sh
36+
3237
- name: install Rust stable
3338
uses: dtolnay/rust-toolchain@stable
3439
with:

0 commit comments

Comments
 (0)