mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-20 06:39:52 +00:00
ci(codeql): fix build space issue (#1714)
This commit is contained in:
parent
26261c18b6
commit
7166d2f1fd
10
.github/workflows/codeql.yml
vendored
10
.github/workflows/codeql.yml
vendored
@ -99,6 +99,16 @@ jobs:
|
||||
matrix: ${{ fromJson(needs.languages.outputs.matrix) }}
|
||||
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@v8
|
||||
with:
|
||||
root-reserve-mb: 20480
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-codeql: 'false'
|
||||
remove-docker-images: 'true'
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user