Skip to content

Commit bf1bbf0

Browse files
committed
修复测试
1 parent b3a3031 commit bf1bbf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bin/install-swoole4.5.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ gcc --version
66
cmake --version
77

88
# 临时用 v4.5.x 分支
9-
swooleVersion="4.5.x"
9+
swooleVersion="4.5.11"
1010

11-
wget -O swoole.tar.gz https://github.com/swoole/swoole-src/archive/v$swooleVersion.tar.gz
11+
wget -O swoole.tar.gz https://github.com/swoole/swoole-src/archive/refs/tags/v$swooleVersion.tar.gz
1212

1313
swooleDir="swoole-src-${swooleVersion}"
1414

0 commit comments

Comments
 (0)