Skip to content

Commit 6fa15d3

Browse files
committed
try fix ci
Signed-off-by: turuslan <[email protected]>
1 parent c686b68 commit 6fa15d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
fetch-depth: 1
2222
- name: run checks
2323
run: |
24+
source /venv/bin/activate
2425
export BUILD_DIR=build
2526
cmake -G Ninja -B $BUILD_DIR .
2627
cmake --build $BUILD_DIR --target generated

include/libp2p/transport/tcp/tcp_connection.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <atomic>
1010
#include <chrono>
11+
#include <optional>
1112

1213
#include <boost/asio.hpp>
1314
#include <boost/noncopyable.hpp>

0 commit comments

Comments
 (0)