Skip to content

Commit 939557b

Browse files
CI: Run maximize-build-space action before building
1 parent 4464386 commit 939557b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/CI.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ jobs:
1313
concurrency:
1414
group: CI
1515
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'
1625
- name: Checkout
1726
uses: actions/checkout@v3
1827
- name: "Install Nix"
@@ -30,8 +39,6 @@ jobs:
3039
env:
3140
GC_DONT_GC: 1
3241
run: |
33-
sudo mount -o remount,size=30G /run/user/1001
34-
3542
for iso in $(nix flake show --json | nix run nixpkgs#jq -- -r keys[]); do
3643
nix build .#$iso
3744
split -d result/iso/*.iso -b 1G $iso.iso-part-

0 commit comments

Comments
 (0)