Skip to content

Commit

Permalink
Maximize build space
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 21, 2023
1 parent 6f90f8a commit e9362f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
- 5000:5000

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-android: 'true'
remove-dotnet: 'true'
remove-haskell: 'true'
remove-codeql: 'true'

- uses: actions/checkout@v3

# QEMU is used for non-x86_64 builds
Expand Down

0 comments on commit e9362f5

Please sign in to comment.