File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4444 - name : Install libuv
4545 run : |
4646 conda activate py376_build
47- curl https://dist.libuv.org/dist/v1.38.0 /libuv-v1.38.0 .tar.gz --output libuv-v1.38.0 .tar.gz
48- tar xzvf libuv-v1.38.0 .tar.gz
49- cd libuv-v1.38.0
47+ curl https://dist.libuv.org/dist/v1.49.2 /libuv-v1.49.2 .tar.gz --output libuv-v1.49.2 .tar.gz
48+ tar xzvf libuv-v1.49.2 .tar.gz
49+ cd libuv-v1.49.2
5050 mkdir -p build
5151 cd build
5252 mkdir -p ${{ env.libuv_path }}
Original file line number Diff line number Diff line change 2020
2121namespace gloo {
2222
23- enum LogLevel {
24- ERROR,
25- WARN,
26- INFO,
27- DEBUG,
28- UNSET,
23+ enum class LogLevel {
24+ ERROR = 0 ,
25+ WARN = 1 ,
26+ INFO = 2 ,
27+ DEBUG = 3 ,
28+ UNSET = - 1 ,
2929};
3030
3131LogLevel logLevel ();
You can’t perform that action at this time.
0 commit comments