mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-19 00:34:22 +00:00
Fix parallel flags for profiler GUI build in linux workflow.
GitHub runners: limit to 2 jobs Non-gimped environments: use all you got.
This commit is contained in:
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user