Skip to content

Commit

Permalink
kill
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Aug 2, 2023
1 parent e4de8f0 commit aff823b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
id: win
extra_flags: >
--no-warn-unused-cli
-DCMAKE_C_COMPILER="$ENV{VCINSTALLDIR}Tools\Llvm\bin\clang-cl.exe"
-DCMAKE_CXX_COMPILER="$ENV{VCINSTALLDIR}Tools\Llvm\bin\clang-cl.exe"
"-DCMAKE_C_COMPILER=$env:VCINSTALLDIR\Tools\Llvm\bin\clang-cl.exe"
"-DCMAKE_CXX_COMPILER=$env:VCINSTALLDIR\Tools\Llvm\bin\clang-cl.exe"
-G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGEODE_DEBUG=On
cli_cmd: ''
package_cmd: 'makensis -WX -V3 ./installer/windows/installer.nsi'
Expand Down

0 comments on commit aff823b

Please sign in to comment.