temporary delete toochain installation
Some checks failed
Build && Deploy / cargo build (push) Failing after 9s

This commit is contained in:
Akulij 2025-05-04 00:08:16 +03:00
parent 8cd8f6306a
commit 24e4cb9d0a

View File

@ -13,19 +13,6 @@ jobs:
path: | path: |
~/.rustup/toolchains ~/.rustup/toolchains
key: ${{ runner.os }}-rust-toolchain key: ${{ runner.os }}-rust-toolchain
- name: Install minimal stable with clippy and rustfmt
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Save cached toolchain
id: cache-toolchain
uses: actions/cache/save@v4
with:
path: |
~/.rustup
~/.cargo
key: ${{ steps.cache-toolchain.outputs.cache-primary-key }}
- uses: actions/checkout@v4 - uses: actions/checkout@v4