|
@@ -443,6 +443,16 @@ jobs:
|
|
|
steps:
|
|
steps:
|
|
|
- name: checkout
|
|
- name: checkout
|
|
|
uses: actions/checkout@v4
|
|
uses: actions/checkout@v4
|
|
|
|
|
+ - name: Free Disk Space (Ubuntu)
|
|
|
|
|
+ uses: jlumbroso/free-disk-space@main
|
|
|
|
|
+ with:
|
|
|
|
|
+ tool-cache: false
|
|
|
|
|
+ android: true
|
|
|
|
|
+ dotnet: true
|
|
|
|
|
+ haskell: true
|
|
|
|
|
+ large-packages: true
|
|
|
|
|
+ docker-images: true
|
|
|
|
|
+ swap-storage: true
|
|
|
- name: Install Nix
|
|
- name: Install Nix
|
|
|
uses: DeterminateSystems/nix-installer-action@v17
|
|
uses: DeterminateSystems/nix-installer-action@v17
|
|
|
- name: Nix Cache
|
|
- name: Nix Cache
|