From 00378ad63cb35952d7b6e0261010212265aa13b2 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 2 Feb 2022 08:12:13 +0100 Subject: [PATCH] we'll probably get this right until 1.0 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98b913d..83cf507 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,10 +10,10 @@ jobs: - uses: actions/checkout@v2 - name: Install run: | + PHP_V=$(basename $(readlink /etc/alternatives/php)); \ sudo apt-get install -y \ - php-cli \ - php-phar \ - php-posix + $PHP_V-phar \ + $PHP_V-posix - name: Composer run: composer require m6w6/pharext - name: Pharext -- 2.30.2