From 0dc638d87ee41466618f2dcad0a357ff694cef9e Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:44:59 +0530 Subject: [PATCH] fix: remove parrallel --- .github/workflows/awesome_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awesome_workflow.yml b/.github/workflows/awesome_workflow.yml index 008ee54e4d..18ab9dc3e5 100644 --- a/.github/workflows/awesome_workflow.yml +++ b/.github/workflows/awesome_workflow.yml @@ -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