try printing vcpkg install dirs
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -151,6 +151,12 @@
|
||||
run: '${{ github.workspace }}\.github\workflows\scripts\win\install-deps.bat x64',
|
||||
working-directory: proj/vs2017
|
||||
},
|
||||
{
|
||||
run: "dir C:/vcpkg/installed/x64-windows/lib"
|
||||
},
|
||||
{
|
||||
run: "dir C:/vcpkg/installed/x64-windows/include"
|
||||
},
|
||||
{
|
||||
name: build and unit test,
|
||||
run: '.\.github\workflows\scripts\win\scons-build.bat'
|
||||
|
||||
Reference in New Issue
Block a user