Fix: Remove GitHub Actions cache for Forgejo compatibility

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-05 18:03:03 -03:00
parent d48791290a
commit 4f7f0fff0e

View file

@ -45,18 +45,6 @@ jobs:
- name: Cache Cargo registry
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
~/.cache/sccache
workspace/target
key: ${{ runner.os }}-cargo-v2-debug-server-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-v2-debug-server-
${{ runner.os }}-cargo-v2-debug-
- name: Install system dependencies - name: Install system dependencies
run: | run: |