File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,16 @@ jobs:
7979 - name : One Step
8080 run : |
8181
82- local platform =${{ inputs.platform }}
83- local dryrun =${{ inputs.dryrun }}
82+ Platform =${{ inputs.platform }}
83+ DryRun =${{ inputs.dryrun }}
8484
8585 compile_lib() {
8686 local lib_name=$1
8787
88- echo "------compile $platform $lib_name------------------------------------"
88+ echo "------compile $Platform $lib_name------------------------------------"
8989 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
90+ .github/workflows/install-dependencies.sh $lib_name $Platform # 补全依赖安装步骤
91+ .github/workflows/onestep.sh $lib_name $platform $DryRun
9292 }
9393
9494 libs=(
You can’t perform that action at this time.
0 commit comments