|
@@ -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
|