Skip to content

Commit f5e467c

Browse files
committed
Remove extra cleanup step in changed-files
1 parent 0dfe1d3 commit f5e467c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test-suite.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ jobs:
3535
status: ${{ steps.changed-files.outputs.exists }}
3636
changed_files: ${{ steps.changed-files.outputs.files }}
3737
steps:
38-
- name: Maximize build space
39-
uses: AdityaGarg8/remove-unwanted-software@v5
40-
with:
41-
verbose: true
42-
remove-dotnet: true
43-
remove-android: true
44-
remove-haskell: true
45-
remove-large-packages: true
46-
4738
- uses: actions/checkout@v6
4839
with:
4940
fetch-depth: 2

0 commit comments

Comments
 (0)