diff options
| -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 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 |
