remove rust dependency caching
This commit is contained in:
parent
e519700530
commit
7d1bdf07e0
|
@ -22,8 +22,6 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
- name: Install additional dependencies
|
- name: Install additional dependencies
|
||||||
run: apt update && apt-get install -y libclang-dev clang sshpass rsync
|
run: apt update && apt-get install -y libclang-dev clang sshpass rsync
|
||||||
- name: Enable Rust dependency caching
|
|
||||||
uses: https://github.com/Swatinem/rust-cache@v2
|
|
||||||
- name: Compile release binary
|
- name: Compile release binary
|
||||||
uses: https://github.com/actions-rs/cargo@v1
|
uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue