Skip to content

Commit

Permalink
add submodule sync and update for windows-msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Sep 6, 2024
1 parent 6f9d359 commit 29d6e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ jobs:
- name: Build using CMake w/ OpenBLAS
shell: msys2 {0}
run: |
git submodule sync && git submodule update --init --recursive
cmake -B build -DGGML_OPENBLAS=ON
cmake --build build --config ${{ matrix.build }} -j $(nproc)
Expand Down

0 comments on commit 29d6e7e

Please sign in to comment.