Skip to content

Commit

Permalink
Merge pull request #1167 from joejstuart/remove-disk-space
Browse files Browse the repository at this point in the history
remove unneeded packages to free disk space
  • Loading branch information
joejstuart authored Nov 17, 2023
2 parents 1a1d163 + 6bb41cb commit 75b1441
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,11 @@ jobs:
# egress-policy: audit
# disable-telemetry: true

- name: Maximize build space
uses: easimon/maximize-build-space@master
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
build-mount-path: /home/runner
docker-images: false
swap-storage: false

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

0 comments on commit 75b1441

Please sign in to comment.