Skip to content

Commit

Permalink
Revert "fix(ci): Free disk space on GHA runners"
Browse files Browse the repository at this point in the history
This reverts commit 8c70f12.
  • Loading branch information
mrjones2014 committed Jan 7, 2025
1 parent 8c70f12 commit bae8029
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/check-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ jobs:
check-flake:
runs-on: ubuntu-latest
steps:
# free up disk space for Nix to use
- uses: easimon/maximize-build-space@master
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/nix-build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
# free up disk space for Nix to use
- uses: easimon/maximize-build-space@master
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
Expand Down

0 comments on commit bae8029

Please sign in to comment.