mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-09-08 13:46:33 +00:00
添加with_utls尝试编译
This commit is contained in:
@@ -83,9 +83,9 @@ jobs:
|
|||||||
echo version=$version >> $GITHUB_OUTPUT
|
echo version=$version >> $GITHUB_OUTPUT
|
||||||
if [ -z "$TAGS" ];then
|
if [ -z "$TAGS" ];then
|
||||||
if [ "$REPO" = 'PuerNya/sing-box' ];then
|
if [ "$REPO" = 'PuerNya/sing-box' ];then
|
||||||
echo tags=with_quic,with_shadowsocksr,with_clash_api >> $GITHUB_OUTPUT
|
echo tags=with_quic,with_utls,with_shadowsocksr,with_clash_api >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo tags=with_quic,with_clash_api >> $GITHUB_OUTPUT
|
echo tags=with_quic,with_utls,with_clash_api >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo tags=$TAGS >> $GITHUB_OUTPUT
|
echo tags=$TAGS >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user