Skip to content

Commit

Permalink
Attempt to use gsed to pass tet on Git macos
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrows committed Feb 2, 2024
1 parent 17cde58 commit 82b5132
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
if [[ "${{ matrix.os }}" =~ macos ]]; then
brew install ninja
brew install gnu-sed
alias sed=gsed
else
sudo apt-get update
sudo apt-get install ninja-build
Expand Down

0 comments on commit 82b5132

Please sign in to comment.