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 b1699b7 commit 5922921Copy full SHA for 5922921
.github/workflows/build-docker-artifacts.yml
@@ -160,7 +160,7 @@ jobs:
160
run: |
161
echo "Component ${{ toJson(matrix.component) }}"
162
- name: Remove unnecessary files
163
- if: ${{ vars.BUILD_DOCKER_NEEDS_MORE_SPACE == "true" }}
+ if: ${{ vars.BUILD_DOCKER_NEEDS_MORE_SPACE == 'true' }}
164
165
sudo rm -rf /usr/share/dotnet
166
sudo rm -rf /usr/local/lib/android
0 commit comments