Skip to content

Commit

Permalink
update: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed May 22, 2024
1 parent 91cb078 commit f5157cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ jobs:
steps:
# https://www.swoole.com/download
- name: Download
# https://github.com/swoole/swoole-cli/releases/download/v5.1.2.0/swoole-cli-v5.1.2-linux-x64.tar.xz
# https://wenda-1252906962.file.myqcloud.com/dist/swoole-cli-v5.1.1-linux-x64.tar.xz
run: |
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
tar -xvf swoole-cli-*.tar.xz
ls -lh .
- name: Test
Expand Down

0 comments on commit f5157cf

Please sign in to comment.