From ce603d13d040a10058bd1e62b699a140ee47e270 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 09:00:25 -0800 Subject: [PATCH] Manually build iconv for the mac. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de27d80..1753574 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -233,7 +233,7 @@ jobs: - name: Conan install run: | - conan install . -i build -s build_type=Release + conan install . -i build -s build_type=Release --build libiconv shell: bash - name: Conan build