From 5ecd33ae0348f796d7261e2cfd53aba284053a71 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Fri, 1 Mar 2024 10:59:11 +0100 Subject: [PATCH] (actions) maximize docker space --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40ecff341..29ce5967b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,10 +58,13 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: + build-mount-path: /var/lib/docker/ remove-android: true remove-dotnet: true root-reserve-mb: 2048 temp-reserve-mb: 512 + - name: Restart docker + run: sudo service docker restart - uses: actions/checkout@v4 - name: Login to Docker registry uses: docker/login-action@v3