Skip to content

Commit

Permalink
Actions: Fix dash package to be installed by Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Aug 18, 2024
1 parent 2dd51df commit 139d121
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos-brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: brew upgrade
- run: brew install --cask dash
- run: brew install bash ksh93 mksh yash zsh
- run: brew install dash bash ksh93 mksh yash zsh
- name: Install shellspec
run: |
echo "${HOME}/.local/bin" >> "$GITHUB_PATH"
Expand Down

0 comments on commit 139d121

Please sign in to comment.