Skip to content

Commit

Permalink
actions: using my workflow to setup the free space
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 2, 2024
1 parent f3e24b1 commit 072cd6a
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Maximize build disk space
uses: jlumbroso/[email protected]
with:
swap-storage: false
tool-cache: true
- name: Other way to maximize build space + LVM trick on /nix
uses: easimon/maximize-build-space@v10
with:
build-mount-path: /nix
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
remove-docker-images: true
# overprovision-lvm: true

- name: Setup build disk space
uses: lucasew/action-i-only-care-about-nix
- uses: actions/checkout@v2
- name: Setup stuff
run: |
Expand Down

0 comments on commit 072cd6a

Please sign in to comment.