fix pipes, make oneliner

This commit is contained in:
damirka 2021-08-17 13:16:05 +03:00
parent 5a1bf7e26e
commit 2ec1065c18

View File

@ -32,11 +32,7 @@ jobs:
run: |
mkdir tmp;
cd tmp;
curl -s https://api.github.com/repos/AleoHQ/leo-acl2-bin/latest | \
sed -n 's/.*"tarball_url": "\(.*\)",.*/\1/p' | \
xargs -n1 wget -O - -q | \
tar -xz --strip-components=1
curl -s https://api.github.com/repos/AleoHQ/leo-acl2-bin/latest | sed -n 's/.*"tarball_url": "\(.*\)",.*/\1/p' | xargs -n1 wget -O - -q | tar -xz --strip-components=1
ls -la
tree .