Skip to content

Commit

Permalink
Revert "actually do disk space optimisation on builders"
Browse files Browse the repository at this point in the history
This reverts commit f15e151.
  • Loading branch information
LordGrimmauld committed Dec 20, 2024
1 parent f15e151 commit 34b2a9e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/nix-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ jobs:
strategy:
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
steps:
- name: Maximize build disk space
uses: easimon/maximize-build-space@v10
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
- run: nix build -L '.#${{ matrix.attr }}'

0 comments on commit 34b2a9e

Please sign in to comment.