Skip to content

Commit df9e7cb

Browse files
committed
-
1 parent eb92da0 commit df9e7cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/vcpkg-cache/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ runs:
3838
3939
echo "VCPKG_DIR=%VCPKG_DIR%"
4040
41+
echo "Vcpkg is installed at: %VCPKG_INSTALLATION_ROOT%"
4142
echo "VCPKG_INSTALLATION_ROOT=%VCPKG_DIR%" >> %GITHUB_ENV%
4243
echo "VCPKG_DEFAULT_BINARY_CACHE=%VCPKG_DIR%\.cache" >> %GITHUB_ENV%
4344
echo "PATH=%VCPKG_DIR%;%PATH%" >> %GITHUB_ENV%

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Windows Prerequisites
3535
if: ${{ matrix.platform == 'windows' }}
3636
run: |
37-
#pip3 install opencv-python pytest
37+
# pip3 install opencv-python pytest
3838
3939
- name: Checkout
4040
uses: actions/checkout@v4

0 commit comments

Comments
 (0)