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 a40d90f commit aaa0a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: brew upgrade
- run: brew install dash bash ksh mksh yash zsh
- run: brew install --cask dash bash ksh93 mksh yash zsh
- name: Install shellspec
run: |
echo "${HOME}/.local/bin" >> "$GITHUB_PATH"
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ test:
.PHONY: test_in_various_shells
test_in_various_shells:
if type sh; then shellspec -s sh; fi
if type dash; then shellspec -s dash; fi
if type bash; then shellspec -s bash; fi
if type busybox; then shellspec -s 'busybox ash'; fi
if type ksh; then shellspec -s ksh; fi
Expand Down

0 comments on commit aaa0a80

Please sign in to comment.