Skip to content

Commit

Permalink
Relaunch
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Apr 29, 2024
1 parent 80cb6bf commit b1ea4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gha_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ else
fi

if [[ "$PLATFORM" == "linux" ]]; then
# GHA runner is running out of resources with 4 now on linux
NPROCS=2
# GHA runner is running out of resources with 4 now on linux
NPROCS=2
fi

./build_dependencies.sh --build-type=$BUILD_TYPE --num-procs=$NPROCS --clean-after
Expand Down

0 comments on commit b1ea4e2

Please sign in to comment.