Skip to content

Commit 48e0b84

Browse files
authored
use bash not sh (#4)
1 parent d53e56c commit 48e0b84

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515

1616
- name: Setup Extism
1717
run: |
18-
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
19-
sh install.sh
18+
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
2019
2120
- name: Set up Node.js
2221
uses: actions/setup-node@v2

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121

2222
- name: Setup Extism and XTP
2323
run: |
24-
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
25-
bash install.sh
24+
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
2625
curl https://static.dylibso.com/cli/install.sh | bash
2726
2827
- name: Setup extism-py

0 commit comments

Comments
 (0)