Skip to content

Commit ccbb28e

Browse files
fix : vcpkg path
1 parent 4a5519b commit ccbb28e

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: ./nakama-cpp/.github/actions/setup-vcpkg
2222
with:
2323
github_token: ${{ secrets.github_token }}
24-
vcpkg-path: vcpkg
24+
vcpkg-path: nakama-cpp/submodules/vcpkg
2525
- uses: ./nakama-cpp/.github/actions/build-library-and-upload
2626
with:
2727
nakama-cpp-path: nakama-cpp
@@ -31,4 +31,4 @@ jobs:
3131
uses: ./nakama-cpp/.github/actions/handle-failure
3232
with:
3333
nakama-cpp-path: nakama-cpp
34-
vcpkg-path: vcpkg
34+
vcpkg-path: nakama-cpp/submodules/vcpkg

0 commit comments

Comments
 (0)