We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a36bb commit aee1e50Copy full SHA for aee1e50
.github/workflows/Ubuntu-arm.yml
@@ -209,7 +209,7 @@ jobs:
209
-G Ninja \
210
../llvm
211
ninja clang -j ${{ env.ncpus }}
212
- ninja cling -j ${{ env.ncpus }}
+ ninja clingInterpreter -j ${{ env.ncpus }}
213
# Now build gtest.a and gtest_main for CppInterOp to run its tests.
214
ninja gtest_main -j ${{ env.ncpus }}
215
else
.github/workflows/Ubuntu.yml
0 commit comments