Skip to content

Commit

Permalink
remove old biggest space cloggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Dec 2, 2024
1 parent 4c36c5e commit ca52e13
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: false
Expand Down Expand Up @@ -57,19 +56,3 @@ jobs:
- name: Verify plugin
run: ./gradlew verifyPlugin

- name: Free Disk Space After (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

0 comments on commit ca52e13

Please sign in to comment.