mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Use hw.ncpu in bsd action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user