Skip to content

Commit

Permalink
ci(codeql): fix build space issue (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Oct 7, 2023
1 parent 26261c1 commit 7166d2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7166d2f

Please sign in to comment.