Skip to content

Commit

Permalink
ci: fix install script use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice authored Oct 4, 2024
1 parent 75c539d commit f18c6ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
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 -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
- name: Install TinyGo
uses: acifani/[email protected]
Expand Down

0 comments on commit f18c6ec

Please sign in to comment.