Skip to content

Commit

Permalink
ci: install ksh93 package on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Oct 21, 2024
1 parent b2c42a5 commit 5e6669a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install ${{ matrix.test_shell }}
run: |
if [[ "$OSTYPE" == "darwin"* ]]; then
brew install bash parallel ${{ matrix.test_shell }}
brew install bash parallel ${{ matrix.test_shell == 'ksh' && 'ksh93' || matrix.test_shell }}
else
sudo apt-get install -y bash parallel ${{ matrix.test_shell }}
fi
Expand Down

0 comments on commit 5e6669a

Please sign in to comment.