From efa6fc9b8c5213182caf08cf14e2fde1fae7e4d9 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Mon, 30 Dec 2024 23:35:06 +0800 Subject: [PATCH] 11 --- .github/workflows/build_all.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 59f8f1b9f4..4ca93aa033 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -70,17 +70,20 @@ jobs: container: image: bilelmoussaoui/flatpak-github-actions:gnome-46 options: --privileged + volumes: + - /usr/local/lib/android:/usr/local/lib/android + - /usr/share/dotnet:/usr/share/dotnet steps: - name: free disk space uses: jlumbroso/free-disk-space@main with: - tool-cache: true + tool-cache: false android: true dotnet: true - haskell: true - large-packages: true + haskell: false + large-packages: false docker-images: false - swap-storage: true + swap-storage: false - uses: actions/checkout@v4 - name: Get the version and date run: |