diff --git a/.github/workflows/build-gdal.sh b/.github/workflows/build-gdal.sh index 512f3ed..6e135df 100755 --- a/.github/workflows/build-gdal.sh +++ b/.github/workflows/build-gdal.sh @@ -36,7 +36,8 @@ if [ -f CMakeLists.txt ]; then -DBUILD_JAVA_BINDINGS=OFF \ -DBUILD_CSHARP_BINDINGS=OFF \ -DOGR_ENABLE_DRIVER_GEOJSON=ON \ - -DOGR_ENABLE_DRIVER_MITAB=ON \ + -DOGR_ENABLE_DRIVER_TAB=ON \ + -DOGR_ENABLE_DRIVER_VRT=ON \ -DOGR_ENABLE_DRIVER_SQLITE=ON make -j8