From 20e94c97882a200ae3ee7f020ea90ada4ecbc67c Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 3 Nov 2023 11:01:32 +0100 Subject: [PATCH] Github action: Remove OpenCV lib from windows build It is only needed for building osm2pgsql-gen but that also needs potrace which is not installed, because it isn't available as vcpkg. --- .github/actions/win-install/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/win-install/action.yml b/.github/actions/win-install/action.yml index ff558df73..e44cfd300 100644 --- a/.github/actions/win-install/action.yml +++ b/.github/actions/win-install/action.yml @@ -16,7 +16,6 @@ runs: libpq:x64-windows \ lua:x64-windows \ nlohmann-json:x64-windows \ - opencv:x64-windows \ proj4:x64-windows \ zlib:x64-windows shell: bash