From 4d8d00a62f1048724724d22ec128a3b9fe4b2863 Mon Sep 17 00:00:00 2001 From: Bad Date: Sat, 30 Nov 2024 22:23:09 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a866a823..6d4ccb2d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: go-version: '1.23.3' - name: Install build-essentials - run: apt install build-essential + run: apt update -y && apt install build-essential -y - name: build nogui run: make build-nogui \ No newline at end of file