summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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