Skip to content

Commit

Permalink
Run update_proto.sh in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Feb 25, 2024
1 parent b3fa8c4 commit 8fa9a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install -y qt6-base-dev libgtest-dev libgrpc++-dev protobuf-compiler-grpc protobuf-compiler libsqlite3-dev
- run: ./update_proto.sh
- run: cmake -DCMAKE_BUILD_TYPE=Release .
- run: make
- run: make check
Expand Down

0 comments on commit 8fa9a2a

Please sign in to comment.