aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorIndi <30554197+Ind-E@users.noreply.github.com>2025-11-17 01:11:06 -0800
committerGitHub <noreply@github.com>2025-11-17 12:11:06 +0300
commit7f19d268b3563e3683eaca02d9665fed66ce862e (patch)
tree40e63d5e44cefd4896dbca42d24355a266d71b83 /.github/workflows/ci.yml
parent3eef19dc7dde989e27dc61f251a611d7f9d513de (diff)
downloadniri-7f19d268b3563e3683eaca02d9665fed66ce862e.tar.gz
niri-7f19d268b3563e3683eaca02d9665fed66ce862e.tar.bz2
niri-7f19d268b3563e3683eaca02d9665fed66ce862e.zip
CI: free disk space before running nix flake check (#2821)
* CI: free disk space before running nix flake check * disable cleaning dotnet and large-packages in nix CI free-disk-space
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c84670ae..04603054 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -285,6 +285,12 @@ jobs:
nix:
runs-on: ubuntu-24.04
steps:
+ - name: Free Disk Space (Ubuntu)
+ uses: jlumbroso/free-disk-space@v1.3.1
+ with:
+ dotnet: false
+ large-packages: false
+
- uses: actions/checkout@v4
with:
show-progress: false