Skip to content

Commit

Permalink
fix: remove parrallel
Browse files Browse the repository at this point in the history
  • Loading branch information
realstealthninja authored Sep 13, 2024
1 parent 2530d71 commit 0dc638d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awesome_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# compiling first gives clang-tidy access to all the header files and settings used to compile the programs.
# This will check for macros, if any, on linux and not for Windows. But the use of portability checks should
# be able to catch any errors for other platforms.
run: cmake -B --parrallel 4 build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
run: cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
- name: Lint modified files
shell: bash
run: python3 scripts/file_linter.py
Expand Down

0 comments on commit 0dc638d

Please sign in to comment.