Skip to content

Commit 21fbea6

Browse files
author
zach
authored
ci: fix js-pdk install (#3)
1 parent bc0bd9c commit 21fbea6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- name: Setup Extism and XTP
2323
run: |
2424
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
25-
sh install.sh
26-
curl https://static.dylibso.com/cli/install.sh | sh
25+
bash install.sh
26+
curl https://static.dylibso.com/cli/install.sh | bash
2727
2828
- name: Setup extism-py
2929
run: |
3030
curl -O https://raw.githubusercontent.com/extism/python-pdk/main/install.sh
31-
sh install.sh
32-
curl -LsSf https://astral.sh/uv/install.sh | sh
31+
bash install.sh
32+
curl -LsSf https://astral.sh/uv/install.sh | bash
3333
3434
- name: Setup Python
3535
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)