From afee12e26cb43526552692da4294052d369d0ffa Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 13 May 2025 16:29:48 +0200 Subject: Work around the broken state of vld in fedora --- .github/workflows/distributions_php8.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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: run: | dnf install -y php-devel php-pear make re2c awk - name: Install pecl + continue-on-error: true run: pecl install vld-beta - name: Build and run the testsuite run: make release tests -- cgit v1.3