brew audit fails to find cask in my tap during GH workflow #6352
Unanswered
fasmat
asked this question in
Tap maintenance and brew development
Replies: 3 comments 3 replies
-
What about to use full name of cask, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ran into the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
I do nightly tests on my formulas and casks and the last day this was working for me was August 12th. If that helps at all? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of issue
I have a github workflow in my own personal tap that style checks and audits my casks whenever I make a change to them. The full workflow can be found here: https://github.com/fasmat/homebrew-trader-workstation/blob/7ef0b9c/.github/workflows/main.yml.
The relevant section I have issues with is this here:
The
needs.detect_casks.outputs.casks
is set by a previous job that detects which casks are supposed to be checked. Replacing it with a single name of a cask in my repo (e.g.trader-workstation-beta
) does not solve the issue.For some reason the audit step fails with:
But the style check (and install / uninstall of the cask(s)) work perfectly fine. Any ideas as to what could be the issue? Until recently I just set
HOMEBREW_DEVELOPER
to be able to specify the path to the Cask and it worked as expected, but that stopped working since Homebrew/brew#20414 was merged.Beta Was this translation helpful? Give feedback.
All reactions