Skip to content

Commit acbfb28

Browse files
authored
Merge pull request #30 from GyeongHoKim/fix/path
ci: add NSIS Bin to PATH for Windows runner
2 parents 5423c04 + a8c49dc commit acbfb28

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
shell: powershell
5959
run: choco install nsis --yes --no-progress
6060

61+
- name: Add NSIS to PATH
62+
shell: bash
63+
run: echo "C:/Program Files (x86)/NSIS" >> "$GITHUB_PATH"
64+
6165
- name: Build GUI (NSIS installer)
6266
shell: bash
6367
run: make gui-windows

0 commit comments

Comments
 (0)