From ca8cab749dfecad7df54a5041e67c67e01206905 Mon Sep 17 00:00:00 2001 From: Muhammad Azeez Date: Sun, 12 Jan 2025 15:50:42 +0300 Subject: [PATCH] fix version passing --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0ffc7b..a67d360 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dec1fd1..1d54657 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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