We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df74971 commit 7a5feddCopy full SHA for 7a5fedd
1 file changed
.github/workflows/Release.yml
@@ -77,7 +77,7 @@ jobs:
77
submodules: recursive
78
- name: Compile Binaries
79
run: |
80
- winget install --id JRSoftware.InnoSetup -e -s winget -i
+ curl -s -S -o innosetup.exe https://files.jrsoftware.org/is/6/innosetup-6.4.3.exe
81
./innosetup.exe
82
setx PATH "%PATH%;C:\\Program Files (x86)\\Inno Setup 6"
83
dotnet build PixelGraph.Rendering -c Release
0 commit comments