- - name: choco install nsis
- uses: nick-invision/retry@v1
- with:
- timeout_minutes: 10
- max_attempts: 10
- command: choco install --no-progress nsis.portable --version 3.02 -y
- - name: choco install things
- shell: pwsh
- run: choco install --no-progress curl wget 7zip.portable -y
- - name: Prepend Chocolatey path
- shell: pwsh
- run: Write-Host "::add-path::C:\ProgramData\chocolatey\bin"
|