Skip to content

Commit

Permalink
build: fix macos debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed May 28, 2024
1 parent 92af987 commit 8dad416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ jobs:
mkdir build
cd build
cmake .. -DLLAMA_NATIVE=OFF -DLLAMA_METAL=ON -DLLAMA_METAL_EMBED_LIBRARY=ON -DCMAKE_BUILD_TYPE=Debug
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
cmake --build . --config Debug -j $(sysctl -n hw.logicalcpu)
- name: Archive library
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8dad416

Please sign in to comment.