Skip to content

Commit

Permalink
fix build witch mac arm (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Dec 2, 2023
1 parent 4344c9f commit 7f1e4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -134,7 +134,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DRWKV_AVX2=OFF -DRWKV_FMA=OFF ..
cmake -DRWKV_AVX2=OFF -DRWKV_FMA=OFF -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" ..
cmake --build . --config Release
- name: Test
Expand Down

0 comments on commit 7f1e4c0

Please sign in to comment.