From d891cc2fcffe01b273c84e08e6f0d897dc7ec88e Mon Sep 17 00:00:00 2001 From: Thayol Date: Wed, 20 May 2026 21:40:09 +0200 Subject: [PATCH] Supress dnf interactive mode --- .gitea/workflows/build.yaml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index dbf6af9..fc005a9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,25 +6,12 @@ on: jobs: build: runs-on: fedora-latest + env: + DNF5_FORCE_INTERACTIVE: "0" steps: - - name: Test 1 + - name: Install tools run: | - echo "Can you see this?" - - - name: Test 2 - run: | - echo "Can you see this?" - - - name: Show install log - run: | - which git - which buildah - - - name: Test 2 - run: | - echo "Can you see this?" - which git - which buildah + dnf install -y git buildah - name: Set registry host run: |