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 b967387 commit 607173eCopy full SHA for 607173e
1 file changed
.github/workflows/windows.yml
@@ -55,7 +55,7 @@ jobs:
55
shell: pwsh
56
run: |
57
$ProgressPreference = 'SilentlyContinue'
58
- Invoke-WebRequest https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.2/windowsdesktop-runtime-10.0.2-win-${{ matrix.variant.arch }}.exe -OutFile dotnet.exe
+ Invoke-WebRequest https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.5/windowsdesktop-runtime-10.0.5-win-${{ matrix.variant.arch }}.exe -OutFile dotnet.exe
59
Invoke-WebRequest https://aka.ms/windowsappsdk/1.8/latest/windowsappruntimeinstall-${{ matrix.variant.arch }}.exe -OutFile windowsappruntimeinstall.exe
60
iscc setup.iss
61
- name: "Portable"
0 commit comments