From 88812b5967be13a84424aacc83c31c4520c78667 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Thu, 2 Apr 2026 21:15:41 -0400 Subject: [PATCH] ci(build): updated the apt command --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 529c2fb..188f178 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -65,7 +65,7 @@ jobs: - name: Install dependencies shell: sh run: | - apt-get install -y git docker-ce + apt-get update && apt-get install -y git docker-ce - name: Checkout code shell: sh @@ -137,7 +137,7 @@ jobs: - name: Install dependencies shell: sh run: | - apt-get install -y git docker-ce + apt-get update && apt-get install -y git docker-ce - name: Checkout code shell: sh