mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
fix: use patched free-disk-space action
This commit is contained in:
parent
abc43cd768
commit
0b4b1e652a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-system.yml
vendored
4
.github/workflows/build-system.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
id-token: write
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@latest
|
||||
uses: Jayllyz/free-disk-space@perf/use-rmz
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check Nix flake Nixpkgs inputs
|
||||
uses: DeterminateSystems/flake-checker-action@main
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
id-token: write
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@latest
|
||||
uses: Jayllyz/free-disk-space@perf/use-rmz
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check Nix flake Nixpkgs inputs
|
||||
uses: DeterminateSystems/flake-checker-action@main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue