We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13bacab + 610bf60 commit 3bd0f24Copy full SHA for 3bd0f24
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Setup Extism
17
run: |
18
- curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
+ curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
19
20
- name: Set up Node.js
21
uses: actions/setup-node@v2
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
22
- name: Setup Extism and XTP
23
24
25
curl https://static.dylibso.com/cli/install.sh | bash
26
27
- name: Setup extism-py
0 commit comments