1 parent 91cb078 commit f5157cfCopy full SHA for f5157cf
1 file changed
.github/workflows/release.yml
@@ -54,10 +54,8 @@ jobs:
54
steps:
55
# https://www.swoole.com/download
56
- name: Download
57
- # https://github.com/swoole/swoole-cli/releases/download/v5.1.2.0/swoole-cli-v5.1.2-linux-x64.tar.xz
58
- # https://wenda-1252906962.file.myqcloud.com/dist/swoole-cli-v5.1.1-linux-x64.tar.xz
59
run: |
60
- curl -v -O https://github.com/swoole/swoole-cli/releases/download/v5.1.2.0/swoole-cli-v5.1.2-linux-x64.tar.xz
+ curl -v -L -O https://github.com/swoole/swoole-cli/releases/download/v5.1.2.0/swoole-cli-v5.1.2-linux-x64.tar.xz
61
tar -xvf swoole-cli-*.tar.xz
62
ls -lh .
63
- name: Test
0 commit comments