Skip to content

Commit f81741f

Browse files
committed
WIP
1 parent 6ec03d5 commit f81741f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,9 @@ jobs:
2626
- name: Install Bash 4 and GNU sed on Mac
2727
if: matrix.os == 'macos-latest'
2828
run: |
29-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
30-
brew update
31-
3229
brew install bash
3330
brew install gnu-sed
3431
35-
echo "/usr/local/bin" >> $GITHUB_PATH
36-
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
3732
- uses: actions/checkout@v4
3833
- uses: shogo82148/actions-setup-perl@v1
3934
with:

0 commit comments

Comments
 (0)