Skip to content

Commit 4672273

Browse files
committed
Pin wasi-sdk
1 parent fe94471 commit 4672273

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
- run: uv run pytest
3030
env:
3131
pytest_github_report: true
32-
- uses: konsumer/install-wasi-sdk@v1
32+
- uses: bytecodealliance/setup-wasi-sdk-action@v1
33+
with:
34+
version: 30
3335
- run: npm ci
3436
working-directory: ./forth
3537
- run: npm run test

0 commit comments

Comments
 (0)