Skip to content

Commit a672f21

Browse files
authored
Update VCPKG_ROOT to be relative up dir
1 parent 6a0a1fc commit a672f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build_win:
1010
runs-on: windows-latest
1111
env:
12-
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
12+
VCPKG_ROOT: ${{ github.workspace }}/../vcpkg
1313
steps:
1414
# checkout the github actions / workflow
1515
- name: Checkout actions

0 commit comments

Comments
 (0)