We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773b4de commit 6e8ad46Copy full SHA for 6e8ad46
.github/workflows/release.yml
@@ -21,16 +21,8 @@ jobs:
21
echo "GitHub API key found."
22
fi
23
24
- - name: Install PHP cli + composer
+ - name: Updating Dependencies + zip
25
run: |
26
- sudo apt update
27
- sudo apt install php8.0-cli unzip
28
- php -v
29
- cd ~
30
- curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
31
- HASH=`curl -sS https://composer.github.io/installer.sig`
32
- sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
33
-
34
cd /tmp
35
mkdir linkstack
36
cd linkstack
@@ -53,7 +45,7 @@ jobs:
53
45
54
46
cp "../../version.json" "version.json"
55
47
56
- php8.0 /usr/local/bin/composer update --no-scripts
48
+ /usr/bin/php8.0 /usr/local/bin/composer update --no-scripts
57
49
58
50
php artisan migrate
59
51
php artisan db:seed
0 commit comments