Skip to content

Commit

Permalink
Another attempt to get brew logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 20, 2024
1 parent af9013a commit cf30786
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/homebrew-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: get dependencies
run: brew tap kpeeters/repo && HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_BOTTLE_HOOKS=1 brew install --debug cadabra2-devel
run: brew tap kpeeters/repo && brew install --verbose cadabra2-devel

- name: show where cadabra is located
run: cat `which cadabra2`
Expand All @@ -93,3 +93,14 @@ jobs:
echo "Application failed to start"
exit 1
fi
- name: Upload build logs
if: always()
uses: actions/upload-artifact@v4
with:
name: brew-build-logs
path: |
~/Library/Logs/Homebrew/
retention-days: 2


0 comments on commit cf30786

Please sign in to comment.