This repository was archived by the owner on Sep 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ jobs:
1818 with :
1919 key : nix-${{ runner.os }}-front-${{ hashfiles('**/flake.nix', '**/flake.lock') }}
2020 linux-gc-enabled : true
21- linux-max-store-size : 0
21+ linux-max-store-size : 900000000
2222 macos-gc-enabled : true
23- macos-max-store-size : 0
23+ macos-max-store-size : 900000000
2424 restore-keys : |
25- nix-${{ runner.os }}-front-${{ hashfiles('**/flake.nix', '**/flake.lock') }}
2625 nix-${{ runner.os }}-front-
2726 - name : Build
2827 run : |-
@@ -56,11 +55,10 @@ jobs:
5655 with :
5756 key : nix-${{ runner.os }}-back-${{ hashfiles('**/flake.nix', '**/flake.lock') }}
5857 linux-gc-enabled : true
59- linux-max-store-size : 0
58+ linux-max-store-size : 7000000000
6059 macos-gc-enabled : true
61- macos-max-store-size : 0
60+ macos-max-store-size : 7000000000
6261 restore-keys : |
63- nix-${{ runner.os }}-back-${{ hashfiles('**/flake.nix', '**/flake.lock') }}
6462 nix-${{ runner.os }}-back-
6563 - name : Log in to Heroku
6664 uses : AkhileshNS/heroku-deploy@master
Original file line number Diff line number Diff line change 2626 ( steps . cacheNix {
2727 keyJob = "front" ;
2828 linuxGCEnabled = true ;
29- linuxMaxStoreSize = 0 ;
29+ linuxMaxStoreSize = 900000000 ;
3030 macosGCEnabled = true ;
31- macosMaxStoreSize = 0 ;
31+ macosMaxStoreSize = 900000000 ;
3232 } )
3333 {
3434 name = "Build" ;
5555 ( steps . cacheNix {
5656 keyJob = "back" ;
5757 linuxGCEnabled = true ;
58- linuxMaxStoreSize = 0 ;
58+ linuxMaxStoreSize = 7000000000 ;
5959 macosGCEnabled = true ;
60- macosMaxStoreSize = 0 ;
60+ macosMaxStoreSize = 7000000000 ;
6161 } )
6262 {
6363 name = "Log in to Heroku" ;
You can’t perform that action at this time.
0 commit comments