Skip to content

Commit

Permalink
use defaults setting for disk cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Nov 6, 2024
1 parent c2ca8af commit e3e07a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
uses: actions/checkout@v4
- name: Maximize build disk space
uses: easimon/maximize-build-space@v10
with:
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
# with:
# remove-dotnet: true
# remove-android: true
# remove-haskell: true
# remove-codeql: true
- name: Get Repo Owner
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
Expand Down

0 comments on commit e3e07a8

Please sign in to comment.