fix cmake build
Some checks are pending
linux-mips64-gcc / linux-gcc-mips64el (push) Waiting to run

This commit is contained in:
tqcq 2023-12-05 20:50:07 +08:00
parent 8bb7667036
commit b2b3caaf2c

View File

@ -74,7 +74,7 @@ jobs:
cmake .. -DULIB_BUILD_TESTS=ON -DCMAKE_TOOLCHAIN_FILE=../toolchains/mips64el-linux-gnuabi64.toolchain.cmake
- name: build
run: cmake --build -j `nproc`
run: cmake --build build -j `nproc`
- name: test
run: |