Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eoctet committed Feb 16, 2024
1 parent 7d42437 commit ae7aae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
Copy-Item -Path llamajava/* -Destination llama.cpp/llamajava -Force
Copy-Item -Path llamajava/win/* -Destination llama.cpp/llamajava -Force
cd llama.cpp
$LATEST_TAG=(git.exe describe --tags)
$TAG_ID=(git.exe rev-list --tags --max-count=1)
$LATEST_TAG=(git.exe describe --tags $TAG_ID)
echo "=> Llama.cpp latest tag: $LATEST_TAG"
git.exe checkout $LATEST_TAG
Add-Content CMakeLists.txt "add_subdirectory(llamajava)"
Expand Down

0 comments on commit ae7aae5

Please sign in to comment.