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 0c982a8 commit efdaba7Copy full SHA for efdaba7
.github/actions/configure-macos/action.yml
@@ -11,7 +11,7 @@ runs:
11
set -x
12
BREW_OPT="$(brew --prefix)"/opt
13
brew --cellar
14
- ls -l $BREW_OPT/bin
+ ls -l $BREW_OPT
15
export PATH="$BREW_OPT/bison/bin:$PATH"
16
export PATH="$(brew --cellar)/pkgconf/2.3.0/bin:$PATH"
17
ls -l $(brew --cellar)/pkgconf/2.3.0/bin
0 commit comments