diff --git a/.github/workflows/build_osx.yml b/.github/workflows/build_osx.yml index 0ada497388..700816bf26 100644 --- a/.github/workflows/build_osx.yml +++ b/.github/workflows/build_osx.yml @@ -42,7 +42,7 @@ jobs: - name: Install Dependencies run: | brew update - brew install git bison autoconf automake libffi cmake findutils + brew install git bison autoconf automake libffi findutils echo "$(brew --prefix findutils)/libexec/gnubin" >> $GITHUB_PATH - name: Install aws cli