mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-05-31 08:37:58 +00:00
Increase github actions available disk space
This commit is contained in:
@@ -149,6 +149,11 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
environment: docker.io
|
||||
steps:
|
||||
# Increase available disk space by removing unnecessary tool chains:
|
||||
# https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
|
||||
- name: Increase available disk space
|
||||
run: sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/share/boost "$AGENT_TOOLSDIRECTORY"
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up QEMU
|
||||
|
||||
Reference in New Issue
Block a user