We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7447f91 commit 61bf64fCopy full SHA for 61bf64f
.github/workflows/all.yml
@@ -88,7 +88,7 @@ jobs:
88
echo "------compile $Platform $lib_name------------------------------------"
89
rm -rf build || git reset --hard || git pull origin
90
.github/workflows/install-dependencies.sh $lib_name $Platform # 补全依赖安装步骤
91
- .github/workflows/onestep.sh $lib_name $platform $DryRun
+ .github/workflows/onestep.sh $lib_name $Platform $DryRun
92
}
93
94
libs=(
0 commit comments