mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 15:15:47 +03:00
fix pipes, make oneliner
This commit is contained in:
parent
5a1bf7e26e
commit
2ec1065c18
6
.github/workflows/acl2.yml
vendored
6
.github/workflows/acl2.yml
vendored
@ -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 .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user