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

View File

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