fix add build step
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Has been cancelled

This commit is contained in:
tqcq 2023-12-05 18:19:30 +08:00
parent a1bd2a0c21
commit d304036d83

View File

@ -72,6 +72,11 @@ jobs:
mkdir build && cd build mkdir build && cd build
cmake .. -DULIB_BUILD_TESTS=ON -DCMAKE_TOOLCHAIN_FILE=../toolchains/mips64el-linux-gnuabi64.toolchain.cmake 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`
- name: test - name: test
run: | run: |
export PATH=$GITHUB_WORKSPACE/qemu-install/bin:$PATH export PATH=$GITHUB_WORKSPACE/qemu-install/bin:$PATH