Skip to content

Commit 2c26a57

Browse files
attempt to fix the missing NSIS issue on the Windows build workflow
1 parent fa98d08 commit 2c26a57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,9 @@ jobs:
445445
- name: Build Windows installer
446446
if: runner.os == 'Windows'
447447
run: |
448+
$env:Path += ";C:\Program Files (x86)\NSIS"
448449
makensis installer.nsi
450+
shell: pwsh
449451

450452
- name: Set build timestamp
451453
run: |

0 commit comments

Comments
 (0)