Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 3, 2024
1 parent 531a7c7 commit 54207fc
Showing 1 changed file with 2 additions and 3 deletions.
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 54207fc

Please sign in to comment.