File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 move gettext\bin\* C:\Windows\System32
4444 winget upgrade winget --accept-package-agreements --accept-source-agreements --disable-interactivity
4545 winget install --id JRSoftware.InnoSetup -e --accept-package-agreements --accept-source-agreements --disable-interactivity
46- $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
47- [System.Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Program Files (x86)\Inno Setup 6;% LOCALAPPDATA% \Programs\Inno Setup 6", "User")
46+ echo "C:\Program Files (x86)\Inno Setup 6" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
47+ echo " $env:LOCALAPPDATA\Programs\Inno Setup 6" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
4848 - name : " Vcpkg"
4949 uses : johnwason/vcpkg-action@v7
5050 id : vcpkg
You can’t perform that action at this time.
0 commit comments