There was an error while loading. Please reload this page.
1 parent e708dd5 commit 7df7573Copy full SHA for 7df7573
1 file changed
.github/workflows/main.yml
@@ -103,6 +103,10 @@ jobs:
103
with:
104
dotnet-version: '9.x'
105
if: matrix.lang == 'csharp'
106
+ - uses: ./.github/actions/install-wasi-sdk
107
+ if: matrix.lang == 'csharp'
108
+ with:
109
+ version: 29
110
111
# As of this writing async tests require [a patched build of
112
# Go](https://github.com/dicej/go/releases/tag/go1.25.5-wasi-on-idle).
0 commit comments