Revert "Maybe zlib doesn't work."

This reverts commit 44f88b3bad.
This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 22:51:27 -07:00
parent 44f88b3bad
commit fdaf8fb8e5
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ jobs:
- name: Conan install - name: Conan install
run: | run: |
conan install . -i build -s build_type=Release --build fmt --build libiconv --build=libxml2 --build=bzip conan install . -i build -s build_type=Release --build fmt --build libiconv --build=libxml2 --build=zlib --build=bzip
shell: bash shell: bash
- name: Conan build - name: Conan build