Skip to content

Commit 6ec03d5

Browse files
committed
WIP
1 parent 339efe6 commit 6ec03d5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ jobs:
2323
perl: latest
2424
name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
2525
steps:
26+
- name: Install Bash 4 and GNU sed on Mac
27+
if: matrix.os == 'macos-latest'
28+
run: |
29+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
30+
brew update
31+
32+
brew install bash
33+
brew install gnu-sed
34+
35+
echo "/usr/local/bin" >> $GITHUB_PATH
36+
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
2637
- uses: actions/checkout@v4
2738
- uses: shogo82148/actions-setup-perl@v1
2839
with:

0 commit comments

Comments
 (0)