fix miss cmake
Some checks failed
linux-arm-gcc / linux-gcc-arm (Debug) (push) Failing after 11m27s
linux-arm-gcc / linux-gcc-arm (Release) (push) Failing after 39m22s
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Failing after 49m10s
linux-arm-gcc / linux-gcc-armhf (Release) (push) Failing after 19m2s
android / build (pull_request) Failing after 13m28s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (pull_request) Failing after 17m16s
linux-arm-gcc / linux-gcc-arm (Debug) (pull_request) Failing after 1h21m17s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (pull_request) Failing after 4h21m5s
linux-arm-gcc / linux-gcc-arm (Release) (pull_request) Failing after 39m31s
linux-arm-gcc / linux-gcc-armhf (Debug) (pull_request) Failing after 57m26s
linux-arm-gcc / linux-gcc-armhf (Release) (pull_request) Failing after 35m6s
linux-mips-gcc / linux-gcc-mipsel (Debug) (pull_request) Has been cancelled
linux-mips-gcc / linux-gcc-mipsel (Release) (pull_request) Has been cancelled
linux-mips64-gcc / linux-gcc-mips64el (Debug) (pull_request) Has been cancelled
linux-mips64-gcc / linux-gcc-mips64el (Release) (pull_request) Has been cancelled
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (pull_request) Has been cancelled
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (pull_request) Has been cancelled
linux-x64-clang / linux-clang (Debug) (pull_request) Has been cancelled
linux-x64-clang / linux-clang (Release) (pull_request) Has been cancelled
linux-x64-gcc / linux-gcc (Debug) (pull_request) Has been cancelled
linux-x64-gcc / linux-gcc (Release) (pull_request) Has been cancelled
linux-x86-gcc / linux-gcc (Debug) (pull_request) Has been cancelled
linux-x86-gcc / linux-gcc (Release) (pull_request) Has been cancelled

This commit is contained in:
tqcq 2024-09-28 19:11:32 +08:00
parent f03d0bd931
commit 748262d48b

View File

@ -39,7 +39,7 @@ jobs:
- name: install-tools
run: |
sudo apt-get update -y
sudo apt-get install -y g++-arm-linux-gnueabi qemu-user-binfmt
sudo apt-get install -y cmake g++-arm-linux-gnueabi qemu-user-binfmt
- name: configure
run: |
mkdir build && cd build