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 7dbe1c6 commit ee2b28bCopy full SHA for ee2b28b
.github/workflows/llvm.yml
@@ -23,7 +23,7 @@ jobs:
23
working-directory: _build
24
if: startswith(matrix.os, 'windows')
25
- name: ubuntu build
26
- run: cmake --build . -j4
+ run: cmake --build . -- -j4
27
if: startswith(matrix.os, 'ubuntu')
28
29
- name: windows build
0 commit comments