fix: workflows
Some checks failed
cpp-template / build (Debug, arm-linux-gnueabihf) (push) Has started running
cpp-template / build (Debug, aarch64-linux-gnu) (push) Failing after 1m33s
cpp-template / build (Debug, host.gcc) (push) Failing after 2m12s
cpp-template / build (Debug, mipsel-linux-gnu) (push) Failing after 1m28s
cpp-template / build (Release, arm-linux-gnueabihf) (push) Failing after 2m1s
cpp-template / build (Release, aarch64-linux-gnu) (push) Failing after 3m44s
cpp-template / build (Release, host.gcc) (push) Failing after 1m58s
cpp-template / build (Release, mipsel-linux-gnu) (push) Failing after 1m50s
Some checks failed
cpp-template / build (Debug, arm-linux-gnueabihf) (push) Has started running
cpp-template / build (Debug, aarch64-linux-gnu) (push) Failing after 1m33s
cpp-template / build (Debug, host.gcc) (push) Failing after 2m12s
cpp-template / build (Debug, mipsel-linux-gnu) (push) Failing after 1m28s
cpp-template / build (Release, arm-linux-gnueabihf) (push) Failing after 2m1s
cpp-template / build (Release, aarch64-linux-gnu) (push) Failing after 3m44s
cpp-template / build (Release, host.gcc) (push) Failing after 1m58s
cpp-template / build (Release, mipsel-linux-gnu) (push) Failing after 1m50s
This commit is contained in:
@@ -22,5 +22,5 @@ jobs:
|
||||
- name: build
|
||||
run: |
|
||||
mkdir -pv build && cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_TOOLCHAIN_FILE=${TOOLCHAINS}/${{ matrix.toolchain }}.toolchain.cmake -DWITH_EXAMPLES
|
||||
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_TOOLCHAIN_FILE=${TOOLCHAINS}/${{ matrix.toolchain }}.toolchain.cmake -DWITH_EXAMPLES=ON
|
||||
make -j`nproc`
|
||||
|
Reference in New Issue
Block a user