From 76011f9644421e80c16a3e5dded58dc1b7c0feba Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 13 Mar 2024 12:33:34 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f29508..24536a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,8 +56,8 @@ jobs: - name: Install dependencies run: | - apt-get update - apt-get install -y git + apt update + apt install -y git - name: Clone repository run: |