Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 8, 2024
1 parent a766eca commit ded1d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
if [[ "${os}" == "macos"* ]]; then
PROJECTS=clang
else
PROJECTS='clang;openmp'
PROJECTS='"clang;openmp"'
fi
cmake -DLLVM_ENABLE_PROJECTS=$projects \
-DLLVM_EXTERNAL_PROJECTS=cling \
Expand Down

0 comments on commit ded1d5b

Please sign in to comment.