Also free disk space in release.yml

This commit is contained in:
Mike Edmunds 2024-11-15 11:46:45 -08:00 committed by GitHub
parent 92eaf197f5
commit 79c192b24b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,14 @@ jobs:
pull-requests: write
steps:
# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
# jlumbroso/free-disk-space@v1.3.1:
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
with:
tool-cache: false
large-packages: false
# Check out the current repository
- name: Fetch Sources
uses: actions/checkout@v4