Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <[email protected]>
  • Loading branch information
turuslan committed Apr 2, 2024
1 parent c686b68 commit 6fa15d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
fetch-depth: 1
- name: run checks
run: |
source /venv/bin/activate
export BUILD_DIR=build
cmake -G Ninja -B $BUILD_DIR .
cmake --build $BUILD_DIR --target generated
Expand Down
1 change: 1 addition & 0 deletions include/libp2p/transport/tcp/tcp_connection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <atomic>
#include <chrono>
#include <optional>

#include <boost/asio.hpp>
#include <boost/noncopyable.hpp>
Expand Down

0 comments on commit 6fa15d3

Please sign in to comment.