Use hw.ncpu in bsd action

This commit is contained in:
Linus Dierheimer
2022-09-29 12:08:40 +02:00
parent 8c64e0c275
commit d727f8acde
+1 -1
View File
@@ -112,7 +112,7 @@ jobs:
pkg install -y cmake git pkgconf
run: |
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
cmake --build . -j$(sysctl -n hw.logicalcpu) --target package
cmake --build . -j$(sysctl -n hw.ncpu) --target package
./fastfetch --recache --disable-linewrap false --hide-cursor false --show-errors true --load-config presets/all
./flashfetch
ctest