Skip to content

Commit

Permalink
actions: sync upstream options
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 1, 2024
1 parent dce76d7 commit aba3887
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ jobs:
steps:
- uses: thiagokokada/free-disk-space@main
with:
opt: true
swap-storage: false
tool-cache: true
usrlocal: true
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-flakes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ jobs:
steps:
- uses: thiagokokada/free-disk-space@main
with:
opt: true
swap-storage: false
tool-cache: true
usrlocal: true
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
Expand Down
2 changes: 2 additions & 0 deletions actions/steps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ with constants;
"with" = {
swap-storage = false;
tool-cache = true;
opt = true;
usrlocal = true;
};
};
checkoutStep = {
Expand Down

0 comments on commit aba3887

Please sign in to comment.