ci : print mac os "sysctl -a"

This commit is contained in:
Georgi Gerganov 2023-07-05 18:06:32 +03:00
parent 8e9af803ba
commit 83efc92053
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -137,6 +137,7 @@ jobs:
- name: Build
id: cmake_build
run: |
sysctl -a
mkdir build
cd build
cmake -DLLAMA_AVX2=OFF ..