Skip to content

Commit

Permalink
ci: fix mac sed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored May 3, 2024
1 parent 532566a commit 74579e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
cd tests
if [ ${{ runner.os }} == 'macOS' ]
then
brew install gnu-sed
#PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
brew install gnubin
fi
sed -i 's/\${CXX}/g++/' run_unittest.sh
./run_unittest.sh
Expand Down

0 comments on commit 74579e5

Please sign in to comment.