chore(ci): fix bash script

This commit is contained in:
Mayeul@Zama
2024-11-15 10:16:01 +01:00
committed by mayeul-zama
parent 7aa454ee97
commit cf7968ac6c

View File

@@ -61,7 +61,7 @@ if [[ $(uname) != "Darwin" ]]; then
# use all available cores for linking
# Otherwise, only use 4, to avoid OOM when linking
if [ 100 -lt "$mem_in_gb" ]; then
LINKING_CPU_COUNT="$(CPU_COUNT)"
LINKING_CPU_COUNT="${CPU_COUNT}"
fi
fi