Skip to content

Commit

Permalink
set 30GB for tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Aug 9, 2023
1 parent 45a6d91 commit 25ea83a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/maximize-build-disk-space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 20480 # Required to SBOM + Goreleaser
root-reserve-mb: 30720 # Required to SBOM + Goreleaser
remove-android: 'true'
remove-docker-images: 'true'
remove-dotnet: 'true'
Expand All @@ -26,11 +26,8 @@ jobs:
with:
fetch-depth: 0

- name: Check dir
run: |
pwd
ls -hl .
- name: Check tmp dir size
- name: "free size"
run: |
df -h /tmp
df -h
echo "tmp folder:"
df -h /tmp

0 comments on commit 25ea83a

Please sign in to comment.