Skip to content

Commit

Permalink
Try use Ninja.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Mar 9, 2024
1 parent 8e48391 commit 13587c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
BUILD_PROJECT: llvm
BUILD_MASTER: false
LLVM_VERSION: 16.0.2
LLVM_VERSION: 17.0.6

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion set-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ goto :loop
:msvc17
set TOOLCHAIN=msvc17
set MSVC_TOOLSET_VERSION=143
set CMAKE_GENERATOR=Visual Studio 17 2022
set CMAKE_GENERATOR=Ninja
shift
goto :loop

Expand Down

0 comments on commit 13587c0

Please sign in to comment.