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 e6170f1 commit 6ac482dCopy full SHA for 6ac482d
1 file changed
.github/workflows/integration-tests.yml
@@ -78,7 +78,8 @@ jobs:
78
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('stack.yaml') }}-${{ matrix.cache-bust }}
79
- name: Install NSIS 3.12 on Windows
80
if: startsWith(runner.os, 'Windows')
81
- uses: repolevedavaj/install-nsis@v1.2.0
+ uses: xavier2k6/install-nsis@nsis_envvarplugin_fix
82
+ # repolevedavaj/install-nsis@v1.2.0
83
with:
84
nsis-version: '3.12'
85
# Upgrades to a 'large strings' build of NSIS 3.10 tool. See
0 commit comments