Skip to content

Commit

Permalink
CI: Actually build the client, not the server.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Dec 23, 2023
1 parent 0d36368 commit c7b1117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
id: runvcpkg
with:
# The vcpkg.json file, which will be part of cache key computation.
vcpkgJsonGlob: 'server/Native/vcpkg.json'
vcpkgJsonGlob: 'client/red4ext/vcpkg.json'
vcpkgGitCommitId: '16ee2ecb31788c336ace8bb14c21801efb6836e4'
- name: Generate build output folder
run: mkdir '${{ github.workspace }}\server\Native\build\ninja-vcpkg'
run: mkdir '${{ github.workspace }}\client\red4ext\build\ninja-vcpkg'
- name: Run CMake with vcpkg.json manifest
uses: lukka/run-cmake@v10
with:
cmakeListsTxtPath: '${{ github.workspace }}/server/Native/CMakeLists.txt'
cmakeListsTxtPath: '${{ github.workspace }}/client/red4ext/CMakeLists.txt'
configurePreset: ninja-vcpkg
buildPreset: ninja-vcpkg
buildPresetAdditionalArgs: '[`--config Release`]'
Expand Down

0 comments on commit c7b1117

Please sign in to comment.