Skip to content

Commit

Permalink
actions: smaller tweaks to bring up later
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 1, 2024
1 parent 1919115 commit f3e24b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ 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
- uses: jlumbroso/[email protected]
- name: Maximize build disk space
uses: jlumbroso/[email protected]
with:
swap-storage: false
tool-cache: true
- name: Maximize build disk space
- name: Other way to maximize build space + LVM trick on /nix
uses: easimon/maximize-build-space@v10
with:
build-mount-path: /nix
Expand Down

0 comments on commit f3e24b1

Please sign in to comment.