chore: add free-disk step for docker build

dedup-snippet-at-index
Meng Zhang 2023-10-13 19:01:51 -07:00
parent 82e893d569
commit 3dd4233dd7
1 changed files with 15 additions and 0 deletions

View File

@ -25,6 +25,21 @@ jobs:
id-token: write
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: true
# 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: false
swap-storage: true
- name: Checkout repository
uses: actions/checkout@v3
with: