We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53e56c commit 48e0b84Copy full SHA for 48e0b84
2 files changed
.github/workflows/release.yml
@@ -15,8 +15,7 @@ jobs:
15
16
- name: Setup Extism
17
run: |
18
- curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
19
- sh install.sh
+ curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
20
21
- name: Set up Node.js
22
uses: actions/setup-node@v2
.github/workflows/test.yml
@@ -21,8 +21,7 @@ jobs:
- name: Setup Extism and XTP
23
24
25
- bash install.sh
26
curl https://static.dylibso.com/cli/install.sh | bash
27
28
- name: Setup extism-py
0 commit comments