Skip to content

Commit

Permalink
Test usage of vswhere for VC Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Nov 24, 2024
1 parent 28ee733 commit ca0abc8
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 @@ -43,6 +43,7 @@ jobs:
continue-on-error: true
- run: vswhere -?
continue-on-error: true
- run: vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath
- run: vswhere -latest -find **\dumpbin.exe
- name: Set git to use LF
run: |
Expand Down

0 comments on commit ca0abc8

Please sign in to comment.