From bfbac13be4286063a0d87821dd40349fc5433e5a Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 23 Aug 2025 10:14:37 +0200 Subject: [PATCH] Actualiser .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 cba51a9..04c3a33 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install ansible run: | - apt update && apt upgrade + apt update && apt upgrade -y - name: Setup Python uses: actions/setup-python@v5