Skip to content

Commit

Permalink
install gsed on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer authored Sep 21, 2020
1 parent b0d4eaf commit ba052e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ba052e7

Please sign in to comment.