From 1bd0ee1de38f5f74e5cdfebf96a34ac8c1b2680f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 4 Mar 2022 13:12:19 +0100 Subject: Remove a useless symlink in the CI on alpine for php8 --- .github/workflows/distributions_php8.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows/distributions_php8.yml') diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index e24a00e..04cc1ba 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml @@ -21,10 +21,6 @@ jobs: - name: Install pecl continue-on-error: true run: pecl install vld-beta - - name: Link phpize - run: ln -s /usr/bin/phpize8 /usr/bin/phpize - - name: Link php-config - run: ln -s /usr/bin/php-config8 /usr/bin/php-config - name: Build and run the testsuite continue-on-error: true run: make tests -- cgit v1.3