Skip to content

Commit 150342a

Browse files
committed
Merge branch 'export-D59988036' of https://github.com/gtwang01/faiss into pr/gtwang01/3655
2 parents 014c273 + af7308e commit 150342a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/build_cmake/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ runs:
127127
-DCMAKE_CUDA_FLAGS=${{ runner.arch == 'X64' && '"-gencode arch=compute_75,code=sm_75"' || '' }} \
128128
.
129129
make -k -C build -j$(nproc)
130+
- name: Setup tmate session
131+
if: failure()
132+
uses: mxschmitt/action-tmate@v3
130133
- name: C++ tests
131134
if: inputs.rocm == 'OFF'
132135
shell: bash

0 commit comments

Comments
 (0)