8000 specify build type for ctest on windows (#371) · code-monad/llama.cpp@01a297b · GitHub
[go: up one dir, main page]

Skip to content

Commit 01a297b

Browse files
authored
specify build type for ctest on windows (ggml-org#371)
1 parent 3366853 commit 01a297b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
cd build
109109
cmake ..
110110
cmake --build . --config Release
111-
ctest --output-on-failure
111+
ctest -C Release --output-on-failure
112112
113113
- name: Get commit hash
114114
id: commit

0 commit comments

Comments
 (0)
0