Skip to content

Commit

Permalink
add git sub module for cuda test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Oct 20, 2024
1 parent 2fd28f1 commit 5670b8b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,9 @@ jobs:


- name: Configure
run: >
cmake -S . -B ./build -A ${{ matrix.arch }}
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
-DGGML_CUDA=${{ matrix.cublas }}
run: |
git submodule sync && git submodule update --init --recursive
cmake -S . -B ./build -A ${{ matrix.arch }} -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DGGML_CUDA=${{ matrix.cublas }}
- name: Build ${{ matrix.cuda-toolkit }}
run: |
Expand Down

0 comments on commit 5670b8b

Please sign in to comment.