Skip to content

Commit 5c89c28

Browse files
authored
ci: fix use of curl to bash
1 parent f18c6ec commit 5c89c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Setup Extism
1717
run: |
18-
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
18+
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
1919
2020
- name: Install TinyGo
2121
uses: acifani/[email protected]

0 commit comments

Comments
 (0)