diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 21de0c17..96af2619 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -38,9 +38,9 @@ jobs: run: | cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release -DGIT_REV=${{ github.sha }} if [ "${ACT:-}" != "true" ] && [ "${FORGEJO_ACTIONS:-}" != "true" ]; then - cmake --build profiler/build - else cmake --build profiler/build --parallel 2 + else + cmake --build profiler/build --parallel fi - name: Update utility run: |