Skip to content

Commit

Permalink
Restore /verySilent argument to Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed Apr 19, 2023
1 parent f2d6d4a commit 433b7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
choco install boost-msvc-14.2 --no-progress
curl.exe --location --remote-name --remote-header-name --show-error --silent https://github.com/csound/csound/releases/download/6.18.1/Csound6_x64-6.18.1-windows-x64-installer.zip
7z x Csound6_x64-6.18.1-windows-x64-installer.zip
Start-Process Csound6_x64-windows_x86_64-6.18.0-1245.exe /noRestart -Wait
Start-Process Csound6_x64-windows_x86_64-6.18.0-1245.exe '/verySilent /noRestart' -Wait
Add-Content $Env:GITHUB_PATH "$Env:ProgramFiles\Csound6_x64\bin" -Encoding utf8
if: ${{ matrix.os == 'windows-2019' }}

Expand Down

0 comments on commit 433b7cf

Please sign in to comment.