Skip to content

Commit bbf9efa

Browse files
author
mengdilin
committed
add continue-on-error for all steps
1 parent 4a017cb commit bbf9efa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
- uses: ./.github/actions/build_cmake
7777
with:
7878
gpu: ON
79+
continue-on-error: true # non-blocking mode for now
7980
linux-x86_64-GPU-w-RAFT-cmake:
8081
name: Linux x86_64 GPU w/ RAFT (cmake)
8182
needs: linux-x86_64-cmake

0 commit comments

Comments
 (0)