Skip to content

Commit c924f55

Browse files
authored
Update msbuild.yml
1 parent 75778ff commit c924f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: lukka/run-vcpkg@v11
3838
with:
3939
runVcpkgInstall: true
40-
vcpkgJsonGlob: '**/vcpkg/vcpkg.json'
40+
vcpkgJsonGlob: '${{env.GITHUB_WORKSPACE}}/vcpkg/vcpkg.json'
4141

4242
- name: Add MSBuild to PATH
4343
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)