From f31381db897989b8341cf4936b7bff829981d837 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 17 Apr 2025 18:36:26 +0200 Subject: Fix the CI on Fedora > configure: error: Could not find awk; Install GNU awk --- .github/workflows/distributions_php8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index 379ee04..09777af 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v3 - name: Install dependencies run: | - dnf install -y php-devel php-pear make re2c + dnf install -y php-devel php-pear make re2c awk - name: Install pecl run: pecl install vld-beta - name: Build and run the testsuite -- cgit v1.3