summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorjvoisin2025-03-16 23:09:27 +0100
committerjvoisin2025-03-16 23:09:41 +0100
commitcf35e987a70ee9ffc7000f61f1dd74d003766e26 (patch)
treee396ccbcbbd0c30085d75feaf9cfbfebd53ab96c /.github/workflows
parent1973dcc5814c7a2a39e18339717c35b8f9415846 (diff)
Don't bail on vld compilation error on Debian
Diffstat (limited to '.github/workflows')
-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 b885b05..379ee04 100644
--- a/.github/workflows/distributions_php8.yml
+++ b/.github/workflows/distributions_php8.yml
@@ -43,6 +43,7 @@ jobs:
43 DEBIAN_FRONTEND=noninteractive apt install -y php-dev php-pear re2c 43 DEBIAN_FRONTEND=noninteractive apt install -y php-dev php-pear re2c
44 - name: Install pecl 44 - name: Install pecl
45 run: pecl install vld-beta 45 run: pecl install vld-beta
46 continue-on-error: true
46 - name: Build and run the testsuite 47 - name: Build and run the testsuite
47 run: make release tests 48 run: make release tests
48 continue-on-error: true 49 continue-on-error: true