Skip to content

Commit 34b4b07

Browse files
committed
Install NSIS on Windows runner using chocolatey so that CPack can generate the Windows installer .exe package
1 parent 7711ae1 commit 34b4b07

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
echo "VULKAN_SDK=C:\VulkanSDK" >> $env:GITHUB_ENV
2424
echo "C:\VulkanSDK\Bin" >> $env:GITHUB_PATH
2525
26+
- name: Install NSIS
27+
shell: pwsh
28+
run: |
29+
choco install nsis -y
30+
echo "C:\Program Files (x86)\NSIS" >> $env:GITHUB_PATH
31+
2632
- name: Configure CMake
2733
run: |
2834
mkdir build

0 commit comments

Comments
 (0)