Skip to content

Commit e52d47c

Browse files
committed
Debug
1 parent 079455a commit e52d47c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
unzip -q libtorch.zip
3131
- run: MAKE="make -j$(nproc)" bundle exec rake compile -- --with-torch-dir=$HOME/libtorch
3232
- if: ${{ failure() }}
33-
run: cat tmp/**/*.log
33+
run: |
34+
find tmp
35+
cat tmp/x86_64-linux/ext/3.1.6/mkmf.log
3436
- run: bundle exec rake test

0 commit comments

Comments
 (0)