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 39c3c33 commit 0639f65Copy full SHA for 0639f65
.github/workflows/all.yml
@@ -78,12 +78,14 @@ jobs:
78
uses: actions/checkout@v4
79
- name: One Step
80
run: |
81
+
82
+ local platform=${{ inputs.platform }}
83
+ local dryrun=${{ inputs.dryrun }}
84
85
compile_lib() {
86
local lib_name=$1
- local platform=${{ inputs.platform }}
- local dryrun=${{ inputs.dryrun }}
-
- echo "------compile $lib_name------------------------------------"
87
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
0 commit comments