fix add build step
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 21m43s

This commit is contained in:
tqcq 2023-12-05 18:20:05 +08:00
parent d304036d83
commit 8685cddf76

View File

@ -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: |