From d4588ff2a7272c708454ecca5b6731ce06c77bf4 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 10:49:42 -0800 Subject: [PATCH] Update libiconv. --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) 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