Skip to content

Commit 0639f65

Browse files
committed
update shell
1 parent 39c3c33 commit 0639f65

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/all.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,14 @@ jobs:
7878
uses: actions/checkout@v4
7979
- name: One Step
8080
run: |
81+
82+
local platform=${{ inputs.platform }}
83+
local dryrun=${{ inputs.dryrun }}
84+
8185
compile_lib() {
8286
local lib_name=$1
83-
local platform=${{ inputs.platform }}
84-
local dryrun=${{ inputs.dryrun }}
85-
86-
echo "------compile $lib_name------------------------------------"
87+
88+
echo "------compile $platform $lib_name------------------------------------"
8789
rm -rf build || git reset --hard || git pull origin
8890
.github/workflows/install-dependencies.sh $lib_name $platform # 补全依赖安装步骤
8991
.github/workflows/onestep.sh $lib_name $platform $dryrun

0 commit comments

Comments
 (0)