Skip to content

Actions: Fix dash package to be installed by Homebrew #7

Actions: Fix dash package to be installed by Homebrew

Actions: Fix dash package to be installed by Homebrew #7

Workflow file for this run

name: macOS Homebrew
on: [push]
env:
FORCE_COLOR: 1
jobs:
macos-latest:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: brew upgrade
- run: brew install dash bash ksh93 mksh yash zsh
- name: Install shellspec
run: |
echo "${HOME}/.local/bin" >> "$GITHUB_PATH"
curl -fsSL https://git.io/shellspec | sh -s master -y
- name: Test in various shells
run: make test_in_various_shells