Skip to content

Commit

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

0 comments on commit d070be4

Please sign in to comment.