Skip to content

Commit 825d3d1

Browse files
committed
need wasm workload
1 parent 16ba18c commit 825d3d1

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/cd.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: mcr.microsoft.com/dotnet/nightly/sdk:10.0-preview
15+
runs-on: ubuntu-latest
1616

1717
steps:
18+
- name: Install WASM experimental workload
19+
run: dotnet workload install wasm-experimental
1820
- uses: actions/checkout@v4.2.2
1921
with:
2022
fetch-depth: 0
21-
# - name: Setup .NET
22-
# uses: actions/setup-dotnet@v4
23-
# with:
24-
# dotnet-version: 10.0.x
23+
- name: Setup .NET
24+
uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: 10.0.x
2527
- name: Install GitVersioning
2628
run: dotnet tool install --global nbgv
2729
- name: Set version

0 commit comments

Comments
 (0)