Skip to content

Commit

Permalink
[ci] free space for ci (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
step0035 authored Jul 28, 2023
1 parent 0e0b867 commit cffa967
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: checkout connectedhomeip master branch
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit cffa967

Please sign in to comment.