Skip to content

Commit

Permalink
Experiment: brew.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreatwood committed Dec 28, 2024
1 parent bc6b324 commit 723c2ad
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,15 @@ jobs:
homebrew/runformula.sh --skipaudit --force --HEAD
# --skipaudit Say "yes" to doing the brew audit
# --force Run even if pistache brew formula unchanged
# --HEAD Test with head of pistacheio/pistache master branch
# We unset the token again, otherwise audit will object to it
unset HOMEBREW_GITHUB_API_TOKEN
homebrew/runformula.sh --auditonly --force --HEAD
# --HEAD Test with head of pistacheio/pistache master
# branch
# Do audit only once, again to avoid rate limit issues
if [[ ${{ matrix.os }} == 'macos-15' ]]; then
# We unset the token again, otherwise audit will object to it
unset HOMEBREW_GITHUB_API_TOKEN
homebrew/runformula.sh --auditonly --force --HEAD
fi
# if brew list pistache &>/dev/null; then brew remove pistache; fi
## Use release (not HEAD), do audit (-y), and force even if pistache
Expand Down

0 comments on commit 723c2ad

Please sign in to comment.