We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4464386 commit 939557bCopy full SHA for 939557b
.github/workflows/CI.yml
@@ -13,6 +13,15 @@ jobs:
13
concurrency:
14
group: CI
15
steps:
16
+ - name: Maximize build space
17
+ uses: easimon/maximize-build-space@master
18
+ with:
19
+ overprovision-lvm: 'true'
20
+ remove-dotnet: 'true'
21
+ remove-android: 'true'
22
+ remove-haskell: 'true'
23
+ remove-codeql: 'true'
24
+ remove-docker-images: 'true'
25
- name: Checkout
26
uses: actions/checkout@v3
27
- name: "Install Nix"
@@ -30,8 +39,6 @@ jobs:
30
39
env:
31
40
GC_DONT_GC: 1
32
41
run: |
33
- sudo mount -o remount,size=30G /run/user/1001
34
-
35
42
for iso in $(nix flake show --json | nix run nixpkgs#jq -- -r keys[]); do
36
43
nix build .#$iso
37
44
split -d result/iso/*.iso -b 1G $iso.iso-part-
0 commit comments