更新 .gitea/workflows/youzi.yml

This commit is contained in:
kongxiangyiren 2024-10-24 08:00:19 +00:00
parent a84502990b
commit f554b88973

View File

@ -32,7 +32,7 @@ jobs:
run: |
if ! command -v yarn &> /dev/null; then
echo "yarn 未安装,开始安装"
npm install -g yarn
npm install -g yarn --registry=https://registry.npmmirror.com
else
echo "yarn 已安装"
fi