Remove usless pre-cache task

We are not cleaning the rest of xtask artifacts, so this effectively
does nothing. xtask is small and changes rarely, so this shouldn't
really matter.
This commit is contained in:
Aleksey Kladov 2020-08-18 11:19:44 +02:00
parent 620d67322a
commit 90cb4bbbb9

View File

@ -70,10 +70,6 @@ jobs:
- name: Prepare cache
run: cargo xtask pre-cache
- name: Prepare cache 2
if: matrix.os == 'windows-latest'
run: Remove-Item ./target/debug/xtask.exe, ./target/debug/deps/xtask.exe
# Weird targets to catch non-portable code
rust-cross:
name: Rust Cross