File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515
1616 - name : Setup Extism
1717 run : |
18- curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
18+ curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
1919
2020 - name : Set up Node.js
2121 uses : actions/setup-node@v2
Original file line number Diff line number Diff line change 2121
2222 - name : Setup Extism and XTP
2323 run : |
24- curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
24+ curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
2525 curl https://static.dylibso.com/cli/install.sh | bash
2626
2727 - name : Setup extism-py
6363
6464 - name : Run Bindgen Test
6565 run : |
66+ extism-js --version
67+
6668 sh bundle.sh
6769 sh bindgen-test.sh install
6870 sh bindgen-test.sh run
You can’t perform that action at this time.
0 commit comments