Skip to content

Commit

Permalink
Ci free disk space (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham authored Nov 9, 2024
1 parent e402fe6 commit b285b45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Maximize build disk space
uses: AdityaGarg8/[email protected]
with:
remove-android: 'true'
remove-docker-images: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-dotnet: 'true'
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust Toolchain
Expand Down

0 comments on commit b285b45

Please sign in to comment.