summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2022-07-31 13:22:24 +0200
committerjvoisin2022-07-31 13:34:57 +0200
commit4d1d523734dd98275229a2870d5e96cc6d7cd1ae (patch)
tree151eed12fd4a1fbfd35e21f9bcea26037e1c5792
parent74d46c7862ef6cc4ddd7c915689f037dcf778d0e (diff)
Fix the CI on alpine linux
-rw-r--r--.github/workflows/distributions_php8.yml4
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