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