Commit 71b0dbda authored by nanahira's avatar nanahira

fix

parent 00552e37
Pipeline #15391 failed with stages
in 1 minute and 14 seconds
......@@ -21,7 +21,7 @@ get_src:
#- cd ..
- mkdir -p src/aria2 src/zstd
- wget -O - https://github.com/aria2/aria2/releases/download/release-${ARIA2_VERSION}/aria2-${ARIA2_VERSION}.tar.gz | tar --strip-components=1 -C src/aria2 -zxf -
- wget -O https://github.com/facebook/zstd/releases/download/v${ZSTD_VERSION}/zstd-${ZSTD_VERSION}.tar.gz | tar --strip-components=1 -C src/zstd -zxf -
- wget -O - https://github.com/facebook/zstd/releases/download/v${ZSTD_VERSION}/zstd-${ZSTD_VERSION}.tar.gz | tar --strip-components=1 -C src/zstd -zxf -
artifacts:
paths:
- src
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment