Skip to content

Commit

Permalink
LLVM_INSTALL_UTILS=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganCaron committed Feb 28, 2024
1 parent 9ff405d commit d2aa124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
-DLIBCXX_ENABLE_MODULES:BOOL=ON \
-DLIBCXX_ENABLE_STD_MODULES=ON \
-DLIBCXX_INSTALL_MODULES=ON \
-DLLVM_INSTALL_UTILS=ON
-DLLVM_INSTALL_UTILS=OFF
cmake --build . --parallel 4
cmake --install . --prefix $GITHUB_WORKSPACE/llvm/install
popd || exit
Expand Down

0 comments on commit d2aa124

Please sign in to comment.