Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
ci: update global workflows (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
LizardByte-bot authored Oct 10, 2023
1 parent 4bac416 commit e0f1fd2
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 e0f1fd2

Please sign in to comment.