Skip to content

Commit

Permalink
Test usage of vswhere for VC Tools without a single property
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Nov 24, 2024
1 parent ca0abc8 commit 1df6248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1df6248

Please sign in to comment.