Skip to content

Commit

Permalink
Remove installed software to maximize disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
Tombana committed Jun 19, 2024
1 parent 28def0e commit 9fbbc01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,13 @@ jobs:
python-version: ["3.10", 3.11]
fail-fast: false
steps:
- name: Maximize disk space
uses: easimon/maximize-build-space@master
with:
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 9fbbc01

Please sign in to comment.