From 1df624802b9ea14962032a73799c81f3ba59a390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:21:19 +0000 Subject: [PATCH] Test usage of vswhere for VC Tools without a single property --- .github/workflows/osgeo4w.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/osgeo4w.yml b/.github/workflows/osgeo4w.yml index 18a37286cbc..30686100d6b 100644 --- a/.github/workflows/osgeo4w.yml +++ b/.github/workflows/osgeo4w.yml @@ -44,6 +44,7 @@ jobs: - run: vswhere -? continue-on-error: true - run: vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath + - run: vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 - run: vswhere -latest -find **\dumpbin.exe - name: Set git to use LF run: |