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