From 733f9364b25e65702d57f6d93dde1a7749756dcb Mon Sep 17 00:00:00 2001 From: Akulij Date: Sun, 4 May 2025 00:02:01 +0300 Subject: [PATCH] cd.yaml: temporary remove of rust toochain restore to fix it on server side --- .gitea/workflows/cd.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index baa1248..5744429 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -6,13 +6,6 @@ jobs: name: cargo build runs-on: ubuntu-latest steps: - - name: Restore cached toolchain - id: cache-toolchain - uses: actions/cache/restore@v4 - with: - path: | - ~/.rustup/toolchains - key: ${{ runner.os }}-rust-toolchain - name: Install minimal stable with clippy and rustfmt uses: actions-rs/toolchain@v1 with: