Skip to content

Commit

Permalink
fix version passing
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez committed Jan 12, 2025
1 parent 80d3e96 commit ca8cab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Setup Extism
run: |
curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Setup Extism and XTP
run: |
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh v1.3.3 | bash
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
curl https://static.dylibso.com/cli/install.sh | bash
- name: Set up Node.js
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Run Bindgen Test
run: |
extism-js --version
# we already have a folder named bundle
# move it before we get the simulation bundle
# TODO change the name
Expand Down

0 comments on commit ca8cab7

Please sign in to comment.