Skip to content

Commit 52918ff

Browse files
committed
feat: install nix on disk with more free space
1 parent 9fbb1a1 commit 52918ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/review.yml

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
fetch_cmd_x86_64-darwin: ${{ steps.report.outputs.fetch_cmd_x86_64-darwin }}
8080
fetch_cmd_aarch64-darwin: ${{ steps.report.outputs.fetch_cmd_aarch64-darwin }}
8181
steps:
82+
- name: prepare /nix
83+
run: sudo mkdir /mnt/nix && sudo mount -m -o bind /mnt/nix /nix
84+
if: ${{ matrix.system == 'x86_64-linux' || matrix.system == 'aarch64-linux' }}
8285
- name: install nix
8386
uses: DeterminateSystems/nix-installer-action@v16
8487
- name: clone nixpkgs

0 commit comments

Comments
 (0)