Skip to content

Commit

Permalink
Merge pull request #999 from Apotell/capnp
Browse files Browse the repository at this point in the history
Lock capnproto to v1.0.0
  • Loading branch information
alaindargelas authored Aug 8, 2023
2 parents 2a94756 + 8c7074b commit 65cba5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
- name: Install vendored dependencies
run: |
git clone https://github.com/google/googletest.git
git clone --depth 1 https://github.com/google/googletest.git
cd googletest && cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_POSITION_INDEPENDENT_CODE=ON . && cmake --build build && sudo cmake --install build
git clone https://github.com/capnproto/capnproto.git
git clone --depth 1 --branch v1.0.0 https://github.com/capnproto/capnproto.git
cd capnproto && cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_POSITION_INDEPENDENT_CODE=ON . && cmake --build build && sudo cmake --install build
if: ${{ !matrix.vendored_dependencies }}

Expand Down

0 comments on commit 65cba5d

Please sign in to comment.