Skip to content

Commit

Permalink
Use bash over sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 30, 2024
1 parent 5320824 commit fd9eb6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
node-version: '20.x'

- name: Install XTP CLI
run: curl https://static.dylibso.com/cli/install.sh | sudo sh
run: curl https://static.dylibso.com/cli/install.sh | bash

- name: Check XTP CLI version
run: xtp -v

- name: Install Extism js-pdk
run: |
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
sudo sh install.sh
curl -Ls https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
- name: Check
run: |
Expand Down

0 comments on commit fd9eb6e

Please sign in to comment.