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 53364cf commit 3dbab3fCopy full SHA for 3dbab3f
.github/workflows/on-demand-deployment.yaml
@@ -151,16 +151,11 @@ jobs:
151
uses: actions/setup-python@v5
152
with:
153
python-version: ${{ matrix.python-version }}
154
- - name: Download NSIS Installer
155
- if: runner.os == 'Windows'
156
- run: |
157
- Invoke-WebRequest -Uri "https://sourceforge.net/projects/nsis/files/NSIS%203/3.11/nsis-3.11-setup.exe/download" -OutFile "nsis-setup.exe"
158
- dir
159
- name: Install NSIS
160
if: runner.os == 'Windows'
161
162
163
- Start-Process -FilePath ".\\nsis-setup.exe" -ArgumentList "/S" -Wait
+ uses: repolevedavaj/[email protected]
+ with:
+ nsis-version: '3.11'
164
- name: Verify NSIS Installation
165
166
run: |
0 commit comments