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 6e8ad46 commit b657f21Copy full SHA for b657f21
.github/workflows/release.yml
@@ -23,6 +23,11 @@ jobs:
23
24
- name: Updating Dependencies + zip
25
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
+
31
cd /tmp
32
mkdir linkstack
33
cd linkstack
0 commit comments