Skip to content

Commit 66e1cfa

Browse files
committed
Set executable mode on test binary
1 parent e72dc25 commit 66e1cfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/llama_cpp_plugin_build_and_test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,6 @@ jobs:
6969
python3 llama.cpp/convert-hf-to-gguf.py hf_gpt2 --outtype f32 --outfile ${{ github.workspace }}/test_data/gpt2.gguf
7070
7171
- name: Run E2E tests
72-
run: ${{ github.workspace }}/binaries/llama_cpp_e2e_tests
72+
run: |
73+
chmod +x ${{ github.workspace }}/binaries/llama_cpp_e2e_tests
74+
${{ github.workspace }}/binaries/llama_cpp_e2e_tests

0 commit comments

Comments
 (0)