Skip to content

Commit

Permalink
attempt to free up some space
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Fernandez <[email protected]>
  • Loading branch information
hectorj2f committed Jul 31, 2023
1 parent 2a3ddc1 commit 8be04b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/validate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ jobs:
permissions: {}

steps:
- name: free up additional worker space
run: |
# Workaround to provide additional free space for testing.
# https://github.com/actions/virtual-environments/issues/2840
df -h
rm -rf /usr/share/dotnet || true
rm -rf /opt/ghc || true
rm -rf "/usr/local/share/boost" || true
rm -rf "$AGENT_TOOLSDIRECTORY" || true
df -h
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

# Error: fatal: detected dubious ownership in repository at '/__w/cosign/cosign'
Expand Down

0 comments on commit 8be04b1

Please sign in to comment.