Update windows.yml

This commit is contained in:
cmclark00 2024-08-14 00:55:05 -04:00 committed by GitHub
parent ebe7ad8d33
commit 98f89148e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,9 +46,10 @@ jobs:
run: | run: |
mkdir build mkdir build
cd build cd build
cmake -G "MinGW Makefiles" .. cmake -G "MinGW Makefiles" ../src
cmake --build . --config Release cmake --build . --config Release
- name: Package installer with NSIS - name: Package installer with NSIS
run: | run: |
cd build cd build