Skip to content

Commit ec492e6

Browse files
author
wangshaoyi
committed
debug
1 parent f7423d5 commit ec492e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pika.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
258258
- name: Build
259259
run: |
260-
cmake --build build --config ${{ env.BUILD_TYPE }} || "cmake build failed"
260+
cmake --build build --config ${{ env.BUILD_TYPE }} || echo "cmake build failed"
261261
cat /Users/runner/work/pikiwidb/pikiwidb/buildtrees/Stamp/gflags/gflags-configure-RelWithDebInfo.cmake
262262
grep "cmake_minimum_required" /Users/runner/work/pikiwidb/pikiwidb/buildtrees/Source/gflags/CMakeLists.txt || echo "cmake_minimum_required not exist"
263263
cat /Users/runner/work/pikiwidb/pikiwidb/buildtrees/Stamp/gflags/gflags-configure-err.log || echo "err.log not exist"

0 commit comments

Comments
 (0)