From 1ce4ebffb9737afcb9d9e0c4e3d155193edf104f Mon Sep 17 00:00:00 2001 From: mpmxyz Date: Thu, 11 Jan 2024 22:30:49 +0100 Subject: [PATCH] reduced cache size by a lot --- .github/workflows/build-rml.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-rml.yml b/.github/workflows/build-rml.yml index 8be7ab5..3006896 100644 --- a/.github/workflows/build-rml.yml +++ b/.github/workflows/build-rml.yml @@ -65,6 +65,8 @@ jobs: if: steps.cache-resonite.outputs.cache-hit != 'true' run: | steamcmd '+@sSteamCmdForcePlatformType windows' '+force_install_dir "${{ env.ResonitePath }}"' '+login "${{ secrets.STEAM_USER }}" "${{ secrets.STEAM_TOKEN }}"' '+app_license_request 2519830' '+app_update 2519830 validate' '+quit' + #The following line makes the cache much much smaller: + rm -r '${{ env.ResonitePath }}/RuntimeData/PreCache' - name: Setup .NET uses: actions/setup-dotnet@v3 with: