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
All checks were successful
Build && Deploy / cargo build (push) Successful in 4m15s
This commit is contained in:
parent
8cd8f6306a
commit
733f9364b2
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user