Skip to content

Commit

Permalink
ci: fix use of curl to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice authored Oct 7, 2024
1 parent f18c6ec commit 5c89c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Setup Extism
run: |
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
- name: Install TinyGo
uses: acifani/[email protected]
Expand Down

0 comments on commit 5c89c28

Please sign in to comment.