Skip to content

Commit b657f21

Browse files
committed
Update release.yml
1 parent 6e8ad46 commit b657f21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
2424
- name: Updating Dependencies + zip
2525
run: |
26+
cd ~
27+
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
28+
HASH=`curl -sS https://composer.github.io/installer.sig`
29+
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
30+
2631
cd /tmp
2732
mkdir linkstack
2833
cd linkstack

0 commit comments

Comments
 (0)