mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
fix actions 2
This commit is contained in:
parent
0aa5b11152
commit
454d0f5f71
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Windows
|
||||
os: windows-latest
|
||||
id: win
|
||||
extra_flags: '-DCMAKE_BUILD_TYPE=RelWithDebInfo -DGEODE_DEBUG=On'
|
||||
extra_flags: '-T host=x64 -A win32 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGEODE_DEBUG=On'
|
||||
cli_cmd: ''
|
||||
package_cmd: 'makensis -WX -V3 ./installer/windows/installer.nsi'
|
||||
installer_path: './installer/windows/geode-installer-win.exe'
|
||||
|
|
Loading…
Add table
Reference in a new issue