We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079455a commit e52d47cCopy full SHA for e52d47c
.github/workflows/build.yml
@@ -30,5 +30,7 @@ jobs:
30
unzip -q libtorch.zip
31
- run: MAKE="make -j$(nproc)" bundle exec rake compile -- --with-torch-dir=$HOME/libtorch
32
- if: ${{ failure() }}
33
- run: cat tmp/**/*.log
+ run: |
34
+ find tmp
35
+ cat tmp/x86_64-linux/ext/3.1.6/mkmf.log
36
- run: bundle exec rake test
0 commit comments