Skip to content

Commit

Permalink
Merge pull request #1164 from joejstuart/free-disk
Browse files Browse the repository at this point in the history
free disk space before build and release
  • Loading branch information
joejstuart authored Nov 16, 2023
2 parents 4b52ce6 + cdc9a03 commit 429ea21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ jobs:
# egress-policy: audit
# disable-telemetry: true

- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'

- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
Expand Down

0 comments on commit 429ea21

Please sign in to comment.