mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 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:
|
nix:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Free Disk Space (Ubuntu)
|
||||||
|
uses: jlumbroso/free-disk-space@v1.3.1
|
||||||
|
with:
|
||||||
|
dotnet: false
|
||||||
|
large-packages: false
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
show-progress: false
|
show-progress: false
|
||||||
|
|||||||
Reference in New Issue
Block a user