diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 88074a1..6de495f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -30,9 +30,12 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Install MacOS extra tools and add extra config + - name: Install MacOS extra tools and add extra setup if: ${{ matrix.os == 'macos' }} run: | + sudo mkdir -p /tmp + sudo chmod 777 /tmp + brew install gnu-sed echo 'export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"' >> ~/.bashrc echo 'export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"' >> ~/.bash_profile