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 8b2a014 commit 044f312Copy full SHA for 044f312
.github/workflows/windows-artifacts.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- os: ['windows-2022']
+ os: ['windows-2025']
25
go: ['1.24']
26
steps:
27
- name: Check out repository code
@@ -30,9 +30,8 @@ jobs:
30
uses: actions/setup-go@v6
31
with:
32
go-version: ${{ matrix.go }}
33
- - name: Set path for heat.exe and light.exe
34
- shell: bash
35
- run: echo "$WIX\\bin" >>$GITHUB_PATH
+ - name: Install DotNet.SDK.10
+ run: winget install --id Microsoft.DotNet.SDK.10 --source winget
36
- name: Build Windows installer
37
run: make out/windows-amd64/crc-windows-installer.zip
38
- name: Upload windows installer artifact
0 commit comments