We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548d158 commit 6e73e34Copy full SHA for 6e73e34
.github/workflows/integration-build.yml
@@ -14,7 +14,7 @@ jobs:
14
15
build:
16
name: Build/Run Nuke
17
- runs-on: windows-2022 # windows-latest would require updating Nuke to a newer version
+ runs-on: windows-latest
18
19
env:
20
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -26,8 +26,8 @@ jobs:
26
uses: actions/checkout@v4
27
with:
28
fetch-depth: 0
29
- - name: Setup MSBuild
30
- uses: microsoft/setup-msbuild@v2
+ - name: Setup .NET
+ uses: actions/setup-dotnet@v4
31
- name: Add WASM workload
32
run: dotnet workload install wasm-tools-net8
33
- name: Run build project
0 commit comments