fixed makefile (+1 squashed commits)

Squashed commits:

[ef6ddaf5] try fix makefile
This commit is contained in:
Concedo
2024-06-02 13:35:32 +08:00
parent a97f7d5f91
commit b0a7d1aba6
7 changed files with 52 additions and 117 deletions
-17
View File
@@ -1,17 +0,0 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: "ggerganov/llama.cpp"
- uses: actions/labeler@v5
with:
configuration-path: '.github/labeler.yml'