Skip to content

Commit

Permalink
Update .github/workflows/nix-dev-cache.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani authored Aug 2, 2024
1 parent 02f9eb7 commit d7ac7c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nix-dev-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: mount Nix store on larger partition
# on the Linux runner `/` doesn't have enough space, but there's a `/mnt` which does.
if: runner.os == 'Linux'
run: |
sudo mkdir /nix /mnt/nix
Expand Down

0 comments on commit d7ac7c6

Please sign in to comment.