Skip to content

Commit efdaba7

Browse files
committed
step back
1 parent 0c982a8 commit efdaba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/configure-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
set -x
1212
BREW_OPT="$(brew --prefix)"/opt
1313
brew --cellar
14-
ls -l $BREW_OPT/bin
14+
ls -l $BREW_OPT
1515
export PATH="$BREW_OPT/bison/bin:$PATH"
1616
export PATH="$(brew --cellar)/pkgconf/2.3.0/bin:$PATH"
1717
ls -l $(brew --cellar)/pkgconf/2.3.0/bin

0 commit comments

Comments
 (0)