We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee1e50 commit 45f5135Copy full SHA for 45f5135
.github/workflows/MacOS-arm.yml
@@ -185,7 +185,7 @@ jobs:
185
-G Ninja \
186
../llvm
187
ninja clang -j ${{ env.ncpus }}
188
- ninja cling -j ${{ env.ncpus }}
+ ninja clingInterpreter -j ${{ env.ncpus }}
189
# Now build gtest.a and gtest_main for CppInterOp to run its tests.
190
ninja gtest_main -j ${{ env.ncpus }}
191
else
.github/workflows/MacOS.yml
@@ -170,7 +170,7 @@ jobs:
170
171
172
173
174
175
176
0 commit comments