File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,11 @@ jobs:
8383 submodules : recursive
8484
8585 - name : Install Dependencies
86- run : |
87- echo ${{github.workspace}}/build-scripts/{{matrix.subproject}}/for-{{matrix.for}}/prepare-{{matrix.prepare}}.sh
88- ${{github.workspace}}/build-scripts/{{matrix.subproject}}/for-{{matrix.for}}/prepare-{{matrix.prepare}}.sh
86+ run : ${{github.workspace}}/build-scripts/${{matrix.subproject}}/for-${{matrix.for}}/prepare-${{matrix.prepare}}.sh
8987
9088 - name : Build
9189 working-directory : ${{github.workspace}}
92- run : ${{github.workspace}}/build-scripts/{{matrix.subproject}}/for-{{matrix.for}}/build-on-{{matrix.build_on}}.sh ${{needs.calc_ver.outputs.project_ver}} ${{needs.calc_ver.outputs.build_ver}}
90+ run : ${{github.workspace}}/build-scripts/$ {{matrix.subproject}}/for-$ {{matrix.for}}/build-on-$ {{matrix.build_on}}.sh ${{needs.calc_ver.outputs.project_ver}} ${{needs.calc_ver.outputs.build_ver}}
9391
9492 - name : Upload result
9593 uses : nanoufo/action-upload-artifacts-and-release-assets@v1.5
You can’t perform that action at this time.
0 commit comments