Skip to content

Commit 9879d3c

Browse files
committed
update ci
1 parent 1f1179f commit 9879d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ jobs:
9393
with:
9494
repository: "ggerganov/llama.cpp"
9595
ref: ${{ env.LLAMA-TAG }}
96-
- name: Windows GitHub Actions environment variables List
97-
run: env
96+
9897
- name: Build
9998
run: |
10099
mkdir build
@@ -109,6 +108,7 @@ jobs:
109108
- run: |
110109
ls
111110
ls build
111+
ls build/bin
112112
- name: Upload Artifact
113113
uses: actions/upload-artifact@v4
114114
with:

0 commit comments

Comments
 (0)