Skip to content

Commit

Permalink
submodules for protobuf
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <[email protected]>
  • Loading branch information
crueter committed Nov 30, 2023
1 parent c660f0a commit 2ce5609
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@ jobs:
# ref: 'v2024.1.1-beta-3' # MAY want 2023
path: 'protobuf'

- name: 'Prepare protobuf (Windows)'
working-directory: protobuf
run: |
git submodule update --init --recursive
- name: 'Configure protobuf CMake (Windows)'
run: |
cmake -S protobuf -B win-pb-build -G "Ninja" -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.INSTALL_PROTOBUF_DIR }} -Dprotobuf_ALLOW_CCACHE=ON -Dprotobuf_BUILD_TESTS=OFF
Expand Down

0 comments on commit 2ce5609

Please sign in to comment.