···5656 fetch-depth: 0
5757 ref: main
58585959+ - name: Free Disk Space
6060+ uses: jlumbroso/free-disk-space@main
6161+ with:
6262+ # this might remove tools that are actually needed,
6363+ # if set to "true" but frees about 6 GB
6464+ tool-cache: false
6565+6666+ # all of these default to true, but feel free to set to
6767+ # "false" if necessary for your workflow
6868+ android: true
6969+ dotnet: true
7070+ haskell: true
7171+ large-packages: true
7272+ docker-images: true
7373+ swap-storage: true
7474+5975 - name: Setup Deterinate Nix
6076 uses: DeterminateSystems/nix-installer-action@main
6177 with:
···92108 with:
93109 fetch-depth: 0
94110 ref: main
111111+112112+ - name: Free Disk Space
113113+ uses: jlumbroso/free-disk-space@main
114114+ with:
115115+ # this might remove tools that are actually needed,
116116+ # if set to "true" but frees about 6 GB
117117+ tool-cache: false
118118+119119+ # all of these default to true, but feel free to set to
120120+ # "false" if necessary for your workflow
121121+ android: true
122122+ dotnet: true
123123+ haskell: true
124124+ large-packages: true
125125+ docker-images: true
126126+ swap-storage: true
9512796128 - name: Setup Deterinate Nix
97129 uses: DeterminateSystems/nix-installer-action@main