diff --git a/.github/workflows/vm1-ci.yml b/.github/workflows/vm1-ci.yml index eafd70f973..175c6cec13 100644 --- a/.github/workflows/vm1-ci.yml +++ b/.github/workflows/vm1-ci.yml @@ -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="" diff --git a/ChangeLog.txt b/ChangeLog.txt index 2c8bf0e814..83d21d88a3 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,10 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2025-01-25 23:25 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * .github/workflows/vm1-ci.yml + * add path to sysctl call + 2025-01-25 17:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/vm1-ci.yml * enablkled freeimage