Skip to content

Commit 139d121

Browse files
committed
Actions: Fix dash package to be installed by Homebrew
1 parent 2dd51df commit 139d121

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/macos-brew.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- run: brew upgrade
14-
- run: brew install --cask dash
15-
- run: brew install bash ksh93 mksh yash zsh
14+
- run: brew install dash bash ksh93 mksh yash zsh
1615
- name: Install shellspec
1716
run: |
1817
echo "${HOME}/.local/bin" >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)