mirror of https://github.com/lapce/lapce.git
add a missing cache step
This commit is contained in:
parent
49f472199e
commit
bd761c9b7b
|
@ -63,6 +63,7 @@ jobs:
|
|||
- run: rustup component add clippy
|
||||
- name: Install dependencies on Ubuntu
|
||||
run: sudo apt-get update && sudo apt-get install cmake pkg-config libgtk-3-dev
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
|
|
Loading…
Reference in New Issue