Skip to content

Commit

Permalink
use bash not sh (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx authored Oct 9, 2024
1 parent d53e56c commit 48e0b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:

- name: Setup Extism
run: |
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
sh install.sh
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:

- name: Setup Extism and XTP
run: |
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
bash install.sh
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
curl https://static.dylibso.com/cli/install.sh | bash
- name: Setup extism-py
Expand Down

0 comments on commit 48e0b84

Please sign in to comment.