We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e5146 commit 0673282Copy full SHA for 0673282
1 file changed
.github/workflows/release.yml
@@ -21,15 +21,15 @@ jobs:
21
echo "GitHub API key found."
22
fi
23
24
- - name: Setup PHP 8.0
25
- uses: shivammathur/setup-php@v2
26
- with:
27
- php-version: '8.0'
28
- tools: composer
29
- coverage: none
30
-
31
- name: Updating Dependencies + zip
32
run: |
+ cd ~
+ curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
+ HASH=`curl -sS https://composer.github.io/installer.sig`
+ sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
+
+ sudo update-alternatives --set php /usr/bin/php8.0
33
cd /tmp
34
mkdir linkstack
35
cd linkstack
0 commit comments