diff options
| author | jvoisin | 2022-03-04 13:12:19 +0100 |
|---|---|---|
| committer | jvoisin | 2022-03-04 13:12:19 +0100 |
| commit | 1bd0ee1de38f5f74e5cdfebf96a34ac8c1b2680f (patch) | |
| tree | 594748880df3d6b0d350f2b8dff585ca740ad5da /.github | |
| parent | 82f15974e1d73e27cba64d728baf3cf676a021d0 (diff) | |
Remove a useless symlink in the CI on alpine for php8
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 4 |
1 files changed, 0 insertions, 4 deletions
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: | |||
| 21 | - name: Install pecl | 21 | - name: Install pecl |
| 22 | continue-on-error: true | 22 | continue-on-error: true |
| 23 | run: pecl install vld-beta | 23 | run: pecl install vld-beta |
| 24 | - name: Link phpize | ||
| 25 | run: ln -s /usr/bin/phpize8 /usr/bin/phpize | ||
| 26 | - name: Link php-config | ||
| 27 | run: ln -s /usr/bin/php-config8 /usr/bin/php-config | ||
| 28 | - name: Build and run the testsuite | 24 | - name: Build and run the testsuite |
| 29 | continue-on-error: true | 25 | continue-on-error: true |
| 30 | run: make tests | 26 | run: make tests |
