summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2025-05-13 16:29:48 +0200
committerjvoisin2025-05-13 16:29:48 +0200
commitafee12e26cb43526552692da4294052d369d0ffa (patch)
treef4ae89798d5159df994a56dc8997eb0554150238
parent847afcae9b6a0570dca96e23d8adf94831a09b4c (diff)
Work around the broken state of vld in fedora
-rw-r--r--.github/workflows/distributions_php8.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml
index 09777af..840f9e6 100644
--- a/.github/workflows/distributions_php8.yml
+++ b/.github/workflows/distributions_php8.yml
@@ -62,6 +62,7 @@ jobs:
62 run: | 62 run: |
63 dnf install -y php-devel php-pear make re2c awk 63 dnf install -y php-devel php-pear make re2c awk
64 - name: Install pecl 64 - name: Install pecl
65 continue-on-error: true
65 run: pecl install vld-beta 66 run: pecl install vld-beta
66 - name: Build and run the testsuite 67 - name: Build and run the testsuite
67 run: make release tests 68 run: make release tests