Skip to content

Commit

Permalink
ci: fix mac sed issue (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored May 3, 2024
1 parent 532566a commit 9bf77fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
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"
export PATH="$(brew --prefix gsed)/libexec/gnubin:$PATH"
fi
sed -i 's/\${CXX}/g++/' run_unittest.sh
./run_unittest.sh
Expand Down

0 comments on commit 9bf77fc

Please sign in to comment.