Skip to content

Commit

Permalink
fix:fix CI (#2924)
Browse files Browse the repository at this point in the history
* fix:fix CI

---------

Co-authored-by: chejinge <[email protected]>
  • Loading branch information
chejinge and brother-jin authored Oct 17, 2024
1 parent 6d4c9ca commit 218b68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:

- name: Install Deps
run: |
sudo apt-get install -y autoconf libprotobuf-dev protobuf-compiler
sudo apt-get install -y clang-tidy-12
sudo apt-get update
sudo apt-get install -y autoconf libprotobuf-dev protobuf-compiler clang-tidy
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 218b68b

Please sign in to comment.