Skip to content

Commit

Permalink
Remove free-disk-space job from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat authored Jan 11, 2025
1 parent 0069563 commit afa8877
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,6 @@ env:
CARGO_TERM_COLOR: always

jobs:
free-disk-space:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (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
build:
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit afa8877

Please sign in to comment.