ci : disable FMA on Mac OS
This commit is contained in:
parent
83efc92053
commit
f46db27ea0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
||||||
sysctl -a
|
sysctl -a
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DLLAMA_AVX2=OFF ..
|
cmake -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF ..
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue