Skip to content

Commit 0c6a616

Browse files
fix: remove parallel from linting
1 parent 99a37ea commit 0c6a616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# compiling first gives clang-tidy access to all the header files and settings used to compile the programs.
3737
# This will check for macros, if any, on linux and not for Windows. But the use of portability checks should
3838
# be able to catch any errors for other platforms.
39-
run: cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -j
39+
run: cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
4040
- name: Lint modified files
4141
shell: bash
4242
run: python3 scripts/file_linter.py

0 commit comments

Comments
 (0)