Skip to content

Commit 7df7573

Browse files
committed
Pin wasi-sdk for C#
1 parent e708dd5 commit 7df7573

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ jobs:
103103
with:
104104
dotnet-version: '9.x'
105105
if: matrix.lang == 'csharp'
106+
- uses: ./.github/actions/install-wasi-sdk
107+
if: matrix.lang == 'csharp'
108+
with:
109+
version: 29
106110

107111
# As of this writing async tests require [a patched build of
108112
# Go](https://github.com/dicej/go/releases/tag/go1.25.5-wasi-on-idle).

0 commit comments

Comments
 (0)