From 19af01a8e6e80af320291b6e3f07821d02e34c11 Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Tue, 22 Apr 2025 21:11:33 +0200 Subject: [PATCH] Install awk on Fedora. --- .github/workflows/autoconf-check-different-distro.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoconf-check-different-distro.yml b/.github/workflows/autoconf-check-different-distro.yml index 76597171e4..c8d7faf077 100644 --- a/.github/workflows/autoconf-check-different-distro.yml +++ b/.github/workflows/autoconf-check-different-distro.yml @@ -16,8 +16,8 @@ jobs: container: image: ${{ matrix.os }}:${{ matrix.version }} steps: - - name: Install git so we get the .github directory - run: dnf install -y git + - name: Install necessary tools + run: dnf install -y awk git - uses: actions/checkout@v4 - name: Setup image and run bats tests run: .github/jobs/configure-checks/setup_configure_image.sh