2025-01-25 23:25 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* .github/workflows/vm1-ci.yml
    * add path to sysctl call
This commit is contained in:
Przemysław Czerpak
2025-01-25 23:25:48 +01:00
parent 48c3d350a5
commit f6d2990002
2 changed files with 5 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ jobs:
run: |
set -ex
case ${{matrix.os.name }} in
*bsd) _cpus="sudo sysctl -n hw.ncpu" ;;
*bsd) _cpus="/sbin/sysctl -n hw.ncpu" ;;
*) _cpus="echo 3" ;;
esac
HB_USER_CFLAGS=""