From 4d1d523734dd98275229a2870d5e96cc6d7cd1ae Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 31 Jul 2022 13:22:24 +0200 Subject: Fix the CI on alpine linux --- .github/workflows/distributions_php8.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') 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: - name: Install pecl continue-on-error: true run: pecl install vld-beta + - name: Symlink utilities + run: | + ln -s /usr/bin/phpize8 /usr/bin/phpize + ln -s /usr/bin/php-config8 /usr/bin/php-config - name: Build SP and run the testsuite run: | make release -- cgit v1.3