mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user