Skip to content

Commit

Permalink
Update workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
eoctet committed Oct 13, 2023
1 parent 8972c15 commit a5fb36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Clone project
id: clone_project
run: |
git clone https://github.com/ggerganov/llama.cpp.git
git clone -b ${{ github.event.inputs.llama_branch }} --single-branch https://github.com/ggerganov/llama.cpp.git
git clone https://github.com/eoctet/llama-java-core.git
cp llama-java-core/llamajava/* llama.cpp
Expand Down

0 comments on commit a5fb36f

Please # to comment.