Skip to content

Commit

Permalink
mnt: fix CIs (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
PABannier authored Oct 23, 2023
1 parent e60688e commit b66d536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
run: mkdir build

- name: Configure CMake
working_directory: ./build
working-directory: ./build
run: cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DGGML_METAL=ON ..

- name: Build
working_directory: ./build
working-directory: ./build
run: cmake --build . --config Release

0 comments on commit b66d536

Please sign in to comment.