Skip to content

Commit

Permalink
fix cmake configure command
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Aug 1, 2023
1 parent 25bafae commit 8d26d87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Windows
os: windows-latest
os_identifier: win
extra_flags: '-G Ninja -T host=x86 -A win32 -DGEODE_DEBUG=On'
extra_flags: '-G Ninja -DGEODE_DEBUG=On'
cli_cmd: ''
package_cmd: 'makensis -WX -V3 ./installer/windows/installer.nsi'
installer_path: './installer/windows/geode-installer-win.exe'
Expand All @@ -51,9 +51,9 @@ jobs:
with:
key: ${{ matrix.config.os }}

- uses: ilammy/msvc-dev-cmd@v1
- uses: ilammy/msvc-dev-cmd@v1.12.1
with:
arch: x86
arch: amd64_x86
if: matrix.config.os_identifier == 'win'

- name: Install ninja
Expand Down

0 comments on commit 8d26d87

Please sign in to comment.