mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-02-03 06:03:12 +08:00
specify build type for ctest on windows (#371)
This commit is contained in:
parent
3366853e41
commit
01a297b099
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
ctest --output-on-failure
|
ctest -C Release --output-on-failure
|
||||||
|
|
||||||
- name: Get commit hash
|
- name: Get commit hash
|
||||||
id: commit
|
id: commit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user