Use the free disk space action on Ubuntu
This commit is contained in:
parent
0d40031d49
commit
2dfa93be0b
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -24,6 +24,16 @@ jobs:
|
||||
os: [ubuntu-24.04, macos-15, windows-2022]
|
||||
build_type: [Debug, MinSizeRel, RelWithDebInfo, Release]
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
if: matrix.os == env.LINUX_IMAGE
|
||||
uses: AdityaGarg8/remove-unwanted-software@v4.1
|
||||
with:
|
||||
remove-android: 'true'
|
||||
remove-dotnet: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-codeql: 'true'
|
||||
remove-docker-images: 'true'
|
||||
remove-cached-tools: 'true'
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user