Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 18, 2024
1 parent 079455a commit e52d47c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
unzip -q libtorch.zip
- run: MAKE="make -j$(nproc)" bundle exec rake compile -- --with-torch-dir=$HOME/libtorch
- if: ${{ failure() }}
run: cat tmp/**/*.log
run: |
find tmp
cat tmp/x86_64-linux/ext/3.1.6/mkmf.log
- run: bundle exec rake test

0 comments on commit e52d47c

Please sign in to comment.