From 265990514f498248cfc4e23abc61901806d58010 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 29 Sep 2024 00:25:05 +0200 Subject: [PATCH] comon --- .gitea/workflows/linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index f43c0bc..94511d2 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -16,7 +16,9 @@ jobs: submodules: "recursive" - name: 🤖 Install Cmake - run: apt install cmake + run: | + apt update + apt install cmake -y - name: 🍗 Setup XMake uses: xmake-io/github-action-setup-xmake@v1