chore: change free-disk-space params
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
0b5e3bf810
commit
6e760e877e
|
|
@ -13,17 +13,6 @@ jobs:
|
|||
runs-on: [self-hosted, Linux, X64]
|
||||
timeout-minutes: 480
|
||||
steps:
|
||||
- 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: Check out code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -105,17 +94,6 @@ jobs:
|
|||
runs-on: [self-hosted, Linux, X64]
|
||||
timeout-minutes: 480
|
||||
steps:
|
||||
- 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: Check out code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue