diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ee92254..8ab3b77 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,19 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Cache cargo builds - uses: https://github.com/LordBaryhobal/gitea-cache-action@v4 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - save-always: true - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - restore-keys: ${{ runner.os }}-cargo- - - name: Install tytanic run: cargo binstall tytanic@0.2.2