diff options
| author | jvoisin | 2025-03-16 23:09:27 +0100 |
|---|---|---|
| committer | jvoisin | 2025-03-16 23:09:41 +0100 |
| commit | cf35e987a70ee9ffc7000f61f1dd74d003766e26 (patch) | |
| tree | e396ccbcbbd0c30085d75feaf9cfbfebd53ab96c | |
| parent | 1973dcc5814c7a2a39e18339717c35b8f9415846 (diff) | |
Don't bail on vld compilation error on Debian
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 1 |
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 |
