Skip to content

Commit 7447f91

Browse files
authored
更新 all.yml
1 parent 0639f65 commit 7447f91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/all.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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=(

0 commit comments

Comments
 (0)