remove rust dependency caching
/ build (push) Successful in 2m0s Details
/ build_x64 (push) Successful in 3m17s Details
/ build_arm64 (push) Successful in 10m33s Details

This commit is contained in:
core 2023-10-09 15:13:07 -04:00
parent e519700530
commit 7d1bdf07e0
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 0 additions and 2 deletions

View File

@ -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: