Skip to content

Commit 0e5a33c

Browse files
authored
Remove GNU grep step from publish since it runs ubuntu
1 parent f86b519 commit 0e5a33c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
- name: 🙏 build
3030
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}
3131

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

0 commit comments

Comments
 (0)