From 775c60bed3602bb4bb83f515b07a70a4eca90fab Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 3 Aug 2023 04:55:40 -0700 Subject: [PATCH] reduce windows cache size --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index fd1ac3e13..97398933d 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -87,7 +87,7 @@ jobs: - name: Trim cache run: | cd build - ccache -d win64-cross/ccache --max-size 200M + ccache -d win64-cross/ccache --max-size 150M ccache -d win64-cross/ccache --cleanup ccache -d win64-cross/ccache --show-stats --verbose - name: Save ccache