Skip to content

Commit

Permalink
try to fix macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Dec 16, 2024
1 parent 2b12764 commit df8ac7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp_full_node_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
if: runner.os == 'macOS'
run: |
bash -x cpp/tools/install_depends.sh -o macos
brew install libiconv
brew reinstall m4 autoconf libtool automake
brew install libiconv
brew rm autoconf && brew install autoconf m4 libtool automake
echo "## m4:"`which m4`
export DYLD_LIBRARY_PATH=/usr/local/opt/libiconv/lib:${DYLD_LIBRARY_PATH}
export LDFLAGS="-L/usr/local/opt/libiconv/lib"
Expand Down

0 comments on commit df8ac7b

Please sign in to comment.