We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a3031 commit bf1bbf0Copy full SHA for bf1bbf0
.github/workflows/bin/install-swoole4.5.sh
@@ -6,9 +6,9 @@ gcc --version
6
cmake --version
7
8
# 临时用 v4.5.x 分支
9
-swooleVersion="4.5.x"
+swooleVersion="4.5.11"
10
11
-wget -O swoole.tar.gz https://github.com/swoole/swoole-src/archive/v$swooleVersion.tar.gz
+wget -O swoole.tar.gz https://github.com/swoole/swoole-src/archive/refs/tags/v$swooleVersion.tar.gz
12
13
swooleDir="swoole-src-${swooleVersion}"
14
0 commit comments