Skip to content

Commit

Permalink
actions: i may have found the solution of that no space issue
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Nov 30, 2024
1 parent 2ada1f4 commit 0310da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
build-dir: /nix/build
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v10
with:
name: lucasew-personal
authToken: '${{ secrets.CACHIX_TOKEN }}'
- run: nix build .#release -L --keep-going -j 2

- run: nix build .#release -L --keep-going

0 comments on commit 0310da1

Please sign in to comment.