Skip to content

Commit

Permalink
build: add git submodule update to action
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed May 11, 2024
1 parent 8478b9f commit 06ce21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
echo "Build ggml examples"
cd fundamentals/ggml
git submodule update --init --recursive ggml
make ggml-init
make ggml
make

0 comments on commit 06ce21c

Please sign in to comment.