fix: remove cache-dotnet from all workflows to prevent OOM

The actions/cache@v4 tar compression with zstdmt causes OOM (exit code
137) on runners with limited memory. Removing cache entirely as a
temporary fix until a better solution is implemented.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-16 16:54:49 +01:00
committed by Codex
parent aaba6ddda9
commit 5d9b97d867
9 changed files with 6 additions and 26 deletions

View File

@@ -24,9 +24,6 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Cache .NET dependencies
uses: ./.github/actions/cache-dotnet
- name: Install Dependencies
run: dotnet restore

View File

@@ -25,9 +25,6 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Cache .NET dependencies
uses: ./.github/actions/cache-dotnet
- name: Install dependencies
run: dotnet restore

View File

@@ -40,9 +40,6 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Cache .NET dependencies
uses: ./.github/actions/cache-dotnet
- name: Install dependencies
run: dotnet restore

View File

@@ -40,9 +40,6 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Cache .NET dependencies
uses: ./.github/actions/cache-dotnet
- name: Install dependencies
run: dotnet restore

View File

@@ -27,9 +27,6 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Cache .NET dependencies
uses: ./.github/actions/cache-dotnet
- name: Get Engine Tag
run: |
cd RobustToolbox
@@ -47,6 +44,9 @@ jobs:
- name: Package client
run: dotnet run --project Content.Packaging client --no-wipe-release
- name: Install Python dependencies
run: pip install requests
- name: Publish version
run: Tools/publish_multi_request.py
env:

View File

@@ -24,9 +24,6 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Cache .NET dependencies
uses: ./.github/actions/cache-dotnet
- name: Get Engine Tag
run: |
cd RobustToolbox
@@ -44,6 +41,9 @@ jobs:
- name: Package client
run: dotnet run --project Content.Packaging client --no-wipe-release
- name: Install Python dependencies
run: pip install requests
- name: Publish version
run: Tools/publish_multi_request.py --fork-id wizards-testing
env:

View File

@@ -69,9 +69,6 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Cache .NET dependencies
uses: ./.github/actions/cache-dotnet
- name: Install dependencies
run: dotnet restore

View File

@@ -43,9 +43,6 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Cache .NET dependencies
uses: ./.github/actions/cache-dotnet
- name: Install Dependencies
run: dotnet restore

View File

@@ -29,8 +29,6 @@ jobs:
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 9.0.x
- name: Cache .NET dependencies
uses: ./.github/actions/cache-dotnet
- name: Install dependencies
run: dotnet restore
- name: Build