Skip to content

Commit 5922921

Browse files
authored
fix: linting for BUILD_DOCKER_NEEDS_MORE_SPACE
1 parent b1699b7 commit 5922921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
run: |
161161
echo "Component ${{ toJson(matrix.component) }}"
162162
- name: Remove unnecessary files
163-
if: ${{ vars.BUILD_DOCKER_NEEDS_MORE_SPACE == "true" }}
163+
if: ${{ vars.BUILD_DOCKER_NEEDS_MORE_SPACE == 'true' }}
164164
run: |
165165
sudo rm -rf /usr/share/dotnet
166166
sudo rm -rf /usr/local/lib/android

0 commit comments

Comments
 (0)