summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2025-04-17 18:36:26 +0200
committerjvoisin2025-04-17 18:36:26 +0200
commitf31381db897989b8341cf4936b7bff829981d837 (patch)
treecdd948807ac4e60429697ed5e93fc14d4e2ea6a8
parent89c00ab4c82f940215cafb52ea14a2a30d8a844f (diff)
Fix the CI on Fedora
> configure: error: Could not find awk; Install GNU awk
-rw-r--r--.github/workflows/distributions_php8.yml2
1 files changed, 1 insertions, 1 deletions
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:
60 uses: actions/checkout@v3 60 uses: actions/checkout@v3
61 - name: Install dependencies 61 - name: Install dependencies
62 run: | 62 run: |
63 dnf install -y php-devel php-pear make re2c 63 dnf install -y php-devel php-pear make re2c awk
64 - name: Install pecl 64 - name: Install pecl
65 run: pecl install vld-beta 65 run: pecl install vld-beta
66 - name: Build and run the testsuite 66 - name: Build and run the testsuite