Skip to content

Commit

Permalink
ci: save some ci run time by not deleting some of the unwanted tools
Browse files Browse the repository at this point in the history
  • Loading branch information
reynico committed Oct 17, 2024
1 parent 6423b45 commit f0e4719
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
large-packages: false
swap-storage: false
docker-images: false

- name: Checkout
uses: actions/checkout@v4
Expand All @@ -35,3 +36,6 @@ jobs:
run: make build
env:
DOCKER_BUILDKIT: 1

- name: Check disk space
run: df -h

0 comments on commit f0e4719

Please sign in to comment.