Skip to content

Commit

Permalink
Remove GNU grep step from publish since it runs ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jun 2, 2022
1 parent f86b519 commit 0e5a33c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
- name: 🙏 build
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}

- name: ⚙ GNU grep
if: matrix.os == 'macOS-latest'
run: |
brew install grep
echo 'export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"' >> .bash_profile
- name: 🧪 test
uses: ./.github/workflows/test

Expand Down

0 comments on commit 0e5a33c

Please sign in to comment.