fix add build step
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 21m43s
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 21m43s
This commit is contained in:
parent
d304036d83
commit
8685cddf76
@ -73,9 +73,7 @@ jobs:
|
||||
cmake .. -DULIB_BUILD_TESTS=ON -DCMAKE_TOOLCHAIN_FILE=../toolchains/mips64el-linux-gnuabi64.toolchain.cmake
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
cd build
|
||||
cmake --build . --config Release --target all -- -j `nproc`
|
||||
run: cmake --build -j `nproc`
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user