diff options
| author | jvoisin | 2025-04-17 18:36:26 +0200 |
|---|---|---|
| committer | jvoisin | 2025-04-17 18:36:26 +0200 |
| commit | f31381db897989b8341cf4936b7bff829981d837 (patch) | |
| tree | cdd948807ac4e60429697ed5e93fc14d4e2ea6a8 /.github/workflows | |
| parent | 89c00ab4c82f940215cafb52ea14a2a30d8a844f (diff) | |
Fix the CI on Fedora
> configure: error: Could not find awk; Install GNU awk
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 2 |
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 |
