Skip to content

Commit

Permalink
maybe it it wonna work this way?
Browse files Browse the repository at this point in the history
  • Loading branch information
dvtfl committed Jun 24, 2024
1 parent 0da8a00 commit eccd20d
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/nix-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
swap-storage: false

nix-matrix:
needs: free-disk-space
Expand Down Expand Up @@ -60,6 +50,15 @@ jobs:
strategy:
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
steps:
- uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
swap-storage: true
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v15
Expand Down

0 comments on commit eccd20d

Please sign in to comment.