From fc358c0ea5766dfea2e54307141931a03e82df03 Mon Sep 17 00:00:00 2001 From: tqcq Date: Wed, 13 Dec 2023 13:19:55 +0800 Subject: [PATCH] fix install cmake --- .gitea/workflows/linux-mips64-gcc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 4a4efd2..b39240b 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -73,7 +73,7 @@ jobs: - name: mips64el-gnuabi64-toolchain run: | sudo apt-get update -y - sudo apt-get install -y g++-mips64el-linux-gnuabi64 + sudo apt-get install -y cmake make g++-mips64el-linux-gnuabi64 - name: configure run: |