add a missing cache step

This commit is contained in:
Takayuki Maeda 2022-06-26 07:34:13 +09:00
parent 49f472199e
commit bd761c9b7b
1 changed files with 1 additions and 0 deletions

View File

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