We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5519b commit ccbb28eCopy full SHA for ccbb28e
1 file changed
.github/workflows/build_linux.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: ./nakama-cpp/.github/actions/setup-vcpkg
22
with:
23
github_token: ${{ secrets.github_token }}
24
- vcpkg-path: vcpkg
+ vcpkg-path: nakama-cpp/submodules/vcpkg
25
- uses: ./nakama-cpp/.github/actions/build-library-and-upload
26
27
nakama-cpp-path: nakama-cpp
@@ -31,4 +31,4 @@ jobs:
31
uses: ./nakama-cpp/.github/actions/handle-failure
32
33
34
0 commit comments