ci: remove caching
All checks were successful
Build and Upload filesorters Binaries / Build for Linux (push) Successful in -6m53s

because for some reason my forgejo caches ain't working
This commit is contained in:
Vladimir Rubin 2024-12-30 19:44:55 +02:00
parent bffc4a6ab8
commit 38320fcb5e
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -17,16 +17,16 @@ jobs:
- name: Install Rust
uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Cache Rust dependencies
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
# - name: Cache Rust dependencies
# uses: actions/cache@v3
# with:
# path: |
# ~/.cargo/registry
# ~/.cargo/git
# target
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# restore-keys: |
# ${{ runner.os }}-cargo-
- name: Build for Linux
run: cargo build --release