fix
This commit is contained in:
2
.github/workflows/make_linux_cpp.yml
vendored
2
.github/workflows/make_linux_cpp.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Build third party
|
||||
run: make third_party -j4
|
||||
- name: Build C++
|
||||
run: make cc -j4
|
||||
run: make compile_libraries -j4
|
||||
- name: Test C++
|
||||
run: make test_cc
|
||||
- name: Install
|
||||
|
||||
Reference in New Issue
Block a user