We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ba18c commit 825d3d1Copy full SHA for 825d3d1
1 file changed
.github/workflows/cd.yml
@@ -12,16 +12,18 @@ on:
12
jobs:
13
build:
14
15
- runs-on: mcr.microsoft.com/dotnet/nightly/sdk:10.0-preview
+ runs-on: ubuntu-latest
16
17
steps:
18
+ - name: Install WASM experimental workload
19
+ run: dotnet workload install wasm-experimental
20
- uses: actions/checkout@v4.2.2
21
with:
22
fetch-depth: 0
- # - name: Setup .NET
- # uses: actions/setup-dotnet@v4
23
- # with:
24
- # dotnet-version: 10.0.x
+ - name: Setup .NET
+ uses: actions/setup-dotnet@v4
25
+ with:
26
+ dotnet-version: 10.0.x
27
- name: Install GitVersioning
28
run: dotnet tool install --global nbgv
29
- name: Set version
0 commit comments