diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index 67985de..e6693e5 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml | |||
| @@ -105,6 +105,10 @@ jobs: | |||
| 105 | - name: Install pecl | 105 | - name: Install pecl |
| 106 | continue-on-error: true | 106 | continue-on-error: true |
| 107 | run: pecl install vld-beta | 107 | run: pecl install vld-beta |
| 108 | - name: Symlink utilities | ||
| 109 | run: | | ||
| 110 | ln -s /usr/bin/phpize8 /usr/bin/phpize | ||
| 111 | ln -s /usr/bin/php-config8 /usr/bin/php-config | ||
| 108 | - name: Build SP and run the testsuite | 112 | - name: Build SP and run the testsuite |
| 109 | run: | | 113 | run: | |
| 110 | make release | 114 | make release |
