Skip to content

Commit

Permalink
CI(OSGeo4W): Find dumpbin directly
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Nov 24, 2024
1 parent a4f6f3a commit 02a6d97
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 -find VC\Tools\MSVC\*\bin\Host*\*\dumpbin.exe
- run: vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64
- run: |
Function Find-VCTools
Expand Down

0 comments on commit 02a6d97

Please sign in to comment.