Skip to content

Commit

Permalink
use bash not sh (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx authored Oct 8, 2024
1 parent 245e59f commit 7e6b14f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:

- name: Setup Extism and XTP
run: |
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
sh install.sh
curl https://static.dylibso.com/cli/install.sh | sh
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
curl https://static.dylibso.com/cli/install.sh | bash
- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7e6b14f

Please sign in to comment.