Skip to content

Commit d5f6a2b

Browse files
fix : vcpkg path must match submodule path hardcoded from CMakePresets
1 parent b820356 commit d5f6a2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: ./nakama-cpp/.github/actions/setup-vcpkg
2121
with:
2222
github_token: ${{ secrets.github_token }}
23-
vcpkg-path: vcpkg
23+
vcpkg-path: nakama-cpp/submodules/vcpkg
2424
- uses: ./nakama-cpp/.github/actions/build-library-and-upload
2525
with:
2626
nakama-cpp-path: nakama-cpp
@@ -30,4 +30,4 @@ jobs:
3030
uses: ./nakama-cpp/.github/actions/handle-failure
3131
with:
3232
nakama-cpp-path: nakama-cpp
33-
vcpkg-path: vcpkg
33+
vcpkg-path: nakama-cpp/submodules/vcpkg

0 commit comments

Comments
 (0)