We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345cade commit cdb5932Copy full SHA for cdb5932
1 file changed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Setup Extism and XTP
23
run: |
24
- curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
+ curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
25
curl https://static.dylibso.com/cli/install.sh | bash
26
27
- name: Setup extism-py
@@ -63,6 +63,8 @@ jobs:
63
64
- name: Run Bindgen Test
65
66
+ extism-js --version
67
+
68
sh bundle.sh
69
sh bindgen-test.sh install
70
sh bindgen-test.sh run
0 commit comments