Skip to content

Commit fc44109

Browse files
committed
FIX | github actions
1 parent c99d72a commit fc44109

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conan_build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ jobs:
142142
c_compiler: [ msvc ]
143143
library_type: [ "SHARED", "STATIC" ]
144144
include:
145-
- os: windows-latest
145+
- os: windows-2022
146146
c_compiler: msvc
147147
cpp_compiler: msvc
148148
library_type: SHARED
149149
build_type: Release
150-
- os: windows-latest
150+
- os: windows-2022
151151
c_compiler: msvc
152152
cpp_compiler: msvc
153153
library_type: STATIC

src/ManapiGrpc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ net::wgrpc::event_engine_wrapper::CreateListener(Listener::AcceptCallback on_acc
11671167
}
11681168

11691169
auto conn = wres.unwrap();
1170-
manapi_log_trace2("manapihttp::grpc", "wgrpc:connection tcp: %p", conn.get());
1170+
manapi_log_trace2("manapihttp::grpc", "wgrpc:accept tcp: %p", conn.get());
11711171

11721172
if (conn->accept(w.get())) {
11731173
manapi::async::current()->eventloop()->stop_watcher(std::move(conn));

0 commit comments

Comments
 (0)