Skip to content

Commit 277cf9d

Browse files
committed
Fix the action version
1 parent 937149a commit 277cf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-wasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shell: python
3838
- name: "Install WASI SDK"
3939
id: install-wasi-sdk
40-
uses: bytecodealliance/setup-wasi-sdk-action@v3
40+
uses: bytecodealliance/setup-wasi-sdk-action@v1
4141
with:
4242
version: ${{ steps.wasi-sdk-version.outputs.version }}
4343
- name: "Add ccache to PATH"

0 commit comments

Comments
 (0)