temporary delete toochain installation
Some checks failed
Build && Deploy / cargo build (push) Failing after 9s
Some checks failed
Build && Deploy / cargo build (push) Failing after 9s
This commit is contained in:
parent
8cd8f6306a
commit
24e4cb9d0a
@ -13,19 +13,6 @@ jobs:
|
||||
path: |
|
||||
~/.rustup/toolchains
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user