cd.yaml: temporary remove of rust toochain restore to fix it on server side
All checks were successful
Build && Deploy / cargo build (push) Successful in 4m15s

This commit is contained in:
Akulij 2025-05-04 00:02:01 +03:00
parent 8cd8f6306a
commit 733f9364b2

View File

@ -6,13 +6,6 @@ jobs:
name: cargo build name: cargo build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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 - name: Install minimal stable with clippy and rustfmt
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with: