Skip to content

Commit 5330579

Browse files
committed
ci: ls
1 parent ddf2980 commit 5330579

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
submodules: true # non-recursive, no remote
5050
- name: generate cmake build files
5151
run: |
52-
ls /__w/monorepo/monorepo/vcpkg-installation/scripts/buildsystems/
52+
ls $VCPKG_ROOT
53+
ls $VCPKG_ROOT/scripts/
54+
ls $VCPKG_ROOT/scripts/buildsystems/
5355
mkdir out
5456
cd out
5557
cmake ../build/cmake

build/cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(NOT VCPKG_ROOT)
1111
set(VCPKG_ROOT "$ENV{VCPKG_ROOT}" CACHE INTERNAL "" FORCE)
1212
else()
1313
# Set environment variable VCPKG_ROOT from our cache variable, because this is a standard VCPKG variable
14-
# and its required to be set by VCPKG. Also its value may affect some scripts running in the VCPKG context.
14+
# and it is required to be set by VCPKG. Also its value may affect some scripts running in the VCPKG context.
1515
set(ENV{VCPKG_ROOT} "${VCPKG_ROOT}")
1616
endif()
1717

0 commit comments

Comments
 (0)