Skip to content

Commit 0074dee

Browse files
author
cbuahin
committed
Configuring vcpkg on windows
Signed-off-by: cbuahin <caleb.buahin@gmail.com>
1 parent bc1ccea commit 0074dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
if: ${{ matrix.os == 'windows-latest' }}
8181
working-directory: ${{ env.VCPKG_ROOT }}
8282
run: |
83-
bootstrap-vcpkg${{ matrix.shell_extension }}
84-
vcpkg integrate install
83+
.\bootstrap-vcpkg${{ matrix.shell_extension }}
84+
.\vcpkg.exe integrate install
8585
8686
- name: Bootstrap VCPKG (Unix like)
8787
if: ${{ matrix.os != 'windows-latest' }}

0 commit comments

Comments
 (0)