Skip to content

Commit

Permalink
ci: save openblas build log
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Aug 14, 2023
1 parent 8b83b92 commit 09a2fd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:
bundler-cache: true
- name: Build and test with Rake
run: bundle exec rake
- name: Save error log
uses: actions/upload-artifact@v3
if: failure()
with:
name: openblas-build-log
path: vendor/tmp/openblas.log

0 comments on commit 09a2fd9

Please sign in to comment.