File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -153,13 +153,14 @@ jobs:
153153 fail-fast : ${{ inputs.fail_fast }}
154154 matrix :
155155 component : ${{ fromJson(needs.get-flavors.outputs.result).components }}
156- runs-on : ${{ vars.BUILD_DOCKER_ARTIFACTS_RUNS_ON_OVERRIDE || vars.RUNS_ON_OVERRIDE || inputs.runs_on || 'ubuntu-22.04' }}
156+ runs-on : ${{ vars.BUILD_DOCKER_RUNS_ON_OVERRIDE || vars.RUNS_ON_OVERRIDE || inputs.runs_on || 'ubuntu-22.04' }}
157157 steps :
158158 - name : View flavor and component
159159 shell : bash
160160 run : |
161161 echo "Component ${{ toJson(matrix.component) }}"
162162 - name : Remove unnecessary files
163+ if : ${{ vars.BUILD_DOCKER_NEEDS_MORE_SPACE == "true" }}
163164 run : |
164165 sudo rm -rf /usr/share/dotnet
165166 sudo rm -rf /usr/local/lib/android
You can’t perform that action at this time.
0 commit comments