File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
name : build-linux
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
19
19
- name : build
20
20
run : |
32
32
name : build-windows
33
33
runs-on : windows-latest
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
- name : build
37
37
run : |
38
38
mkdir cmake-build-win64
44
44
name : build-apple
45
45
runs-on : macos-latest
46
46
steps :
47
- - uses : actions/checkout@v2
47
+ - uses : actions/checkout@v3
48
48
49
49
- name : build-mac
50
50
run : |
Original file line number Diff line number Diff line change 14
14
name : benchmark
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
19
19
- name : prepare
20
20
run : |
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ tinyhttpd: prepare
150
150
tinyproxyd : prepare
151
151
$(MAKEF ) TARGET=$@ SRCDIRS=" $( CORE_SRCDIRS) " SRCS=" examples/tinyproxyd.c"
152
152
153
- nmap : prepare
153
+ nmap : prepare libhv
154
154
$(MAKEF ) TARGET=$@ SRCDIRS=" $( CORE_SRCDIRS) cpputil examples/nmap" DEFINES=" PRINT_DEBUG"
155
155
156
156
wrk : prepare
@@ -160,7 +160,7 @@ httpd: prepare
160
160
$(RM ) examples/httpd/* .o
161
161
$(MAKEF ) TARGET=$@ SRCDIRS=" $( CORE_SRCDIRS) util cpputil evpp http http/client http/server examples/httpd"
162
162
163
- consul : prepare
163
+ consul : prepare libhv
164
164
$(MAKEF ) TARGET=$@ SRCDIRS=" $( CORE_SRCDIRS) util cpputil evpp http http/client examples/consul" DEFINES=" PRINT_DEBUG"
165
165
166
166
curl : prepare
You can’t perform that action at this time.
0 commit comments