diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e998e54d..41dc2f68 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -64,7 +64,7 @@ jobs: -DAPU_HAVE_ODBC=OFF -DAPU_HAVE_SQLITE3=OFF -DAPU_HAVE_CRYPTO=OFF - - name: ODBC + SQLITE3 + PGSQL + CRYPTO + - name: ODBC + SQLITE3 + PGSQL + CRYPTO + ICONV os: windows-latest triplet: x64-windows arch: x64 @@ -72,12 +72,13 @@ jobs: generator: Ninja build-shared: ON dso-build: OFF - packages: expat sqlite3 openssl libpq + packages: expat sqlite3 openssl libpq libiconv config: >- -DAPU_HAVE_ODBC=ON -DAPU_HAVE_SQLITE3=ON -DAPU_HAVE_PGSQL=ON -DAPU_HAVE_CRYPTO=ON + -DAPU_HAVE_ICONV=ON - name: LDAP os: windows-latest triplet: x64-windows