Skip to content

Commit

Permalink
fix ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Aug 2, 2023
1 parent aa74bb0 commit 25d9ab0
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 @@ -27,8 +27,8 @@ jobs:
os: windows-latest
id: win
extra_flags: >
-DCMAKE_C_COMPILER=$VCINSTALLDIR\Tools\Llvm\bin\clang-cl.exe
-DCMAKE_CXX_COMPILER=$VCINSTALLDIR\Tools\Llvm\bin\clang-cl.exe
-DCMAKE_C_COMPILER=%VCINSTALLDIR%\Tools\Llvm\bin\clang-cl.exe
-DCMAKE_CXX_COMPILER=%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 25d9ab0

Please sign in to comment.