diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af2c907..3cbe16c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -189,6 +189,11 @@ jobs: pip install --upgrade conan shell: bash + - name: Brew unlink libiconv + run: | + brew unlink libiconv + shell: bash + - name: Setup conan profile run: | conan profile new default --detect