Fix: Remove GitHub Actions cache for Forgejo compatibility
This commit is contained in:
parent
d48791290a
commit
4f7f0fff0e
1 changed files with 0 additions and 12 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue