Skip to content

Commit

Permalink
setup-wabt@v1.0.6
Browse files Browse the repository at this point in the history
this is a custom workflow (do not borrow it if you don't want me to
break your shit)

Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
  • Loading branch information
kingdonb committed Mar 28, 2024
1 parent 0ae51d2 commit a71d9f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
key: ${{ runner.os }}-wabt_${{ env.WABT_VERSION }}-binaryen_${{ env.BINARYEN_VERSION }}

- name: Install wabt, binaryen
uses: kingdonb/setup-wabt@v1.0.5
uses: kingdonb/setup-wabt@v1.0.6
if: "${{ github.event.inputs.dockerTarget == 'base' && steps.cache.outputs.cache-hit != 'true' }}"
with:
version: ${{ env.WABT_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Install wabt, binaryen
uses: kingdonb/setup-wabt@v1.0.5
uses: kingdonb/setup-wabt@v1.0.6
with:
version: ${{ env.WABT_VERSION }}
version2: ${{ env.BINARYEN_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
key: ${{ runner.os }}-wabt_${{ env.WABT_VERSION }}-binaryen_${{ env.BINARYEN_VERSION }}

- name: Install wabt, binaryen
uses: kingdonb/setup-wabt@v1.0.5
uses: kingdonb/setup-wabt@v1.0.6
if: "${{ github.event.inputs.dockerTarget == 'base' && steps.cache.outputs.cache-hit != 'true' }}"
with:
version: ${{ env.WABT_VERSION }}
Expand Down

0 comments on commit a71d9f6

Please sign in to comment.