Browse Source

Update tests-windows.yml

Krzysztof Krysiński 3 months ago
parent
commit
19ae9df1be
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/tests-windows.yml

+ 4 - 1
.github/workflows/tests-windows.yml

@@ -28,7 +28,10 @@ jobs:
     - name: Install .NET Core
     - name: Install .NET Core
       uses: actions/setup-dotnet@v4
       uses: actions/setup-dotnet@v4
       with:
       with:
-        dotnet-version: 8.0.x
+        dotnet-version: 8.0.4x
+
+    - name: Install wasi-experimental workload
+      run: dotnet workload install wasi-experimental
 
 
     # Execute all unit tests in the solution
     # Execute all unit tests in the solution
     - name: Execute unit tests
     - name: Execute unit tests