Skip to content

Commit

Permalink
added installation of Cap'n Proto
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Dec 14, 2024
1 parent bd243fd commit f25bc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
sudo apt update -y && sudo apt upgrade -y
sudo apt install gcc-multilib g++-multilib
sudo apt install gcc-multilib g++-multilib capnproto
- run: >
cmake
-B ${{ github.workspace }}/build
Expand Down

0 comments on commit f25bc5c

Please sign in to comment.