Skip to content

Commit 6ac482d

Browse files
committed
Make use of NSIS fix in CI
1 parent e6170f1 commit 6ac482d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('stack.yaml') }}-${{ matrix.cache-bust }}
7979
- name: Install NSIS 3.12 on Windows
8080
if: startsWith(runner.os, 'Windows')
81-
uses: repolevedavaj/install-nsis@v1.2.0
81+
uses: xavier2k6/install-nsis@nsis_envvarplugin_fix
82+
# repolevedavaj/install-nsis@v1.2.0
8283
with:
8384
nsis-version: '3.12'
8485
# Upgrades to a 'large strings' build of NSIS 3.10 tool. See

0 commit comments

Comments
 (0)