From ba052e76927a3cf124aa61f4f64639ba7ca5b92a Mon Sep 17 00:00:00 2001 From: Benjamin Minixhofer Date: Mon, 21 Sep 2020 11:06:13 +0200 Subject: [PATCH] install gsed on macos --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94501350..e85896aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,10 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} + - name: Install GSED (if needed) # needed by update_version.sh + if: github.event_name == 'release' && matrix.os == 'macos-latest' + run: | + brew install gnu-sed - name: Update version (if release) # only needed for python since we store artifacts, others are rebuilt if: github.event_name == 'release' run: |