Skip to content

Commit 3a934d0

Browse files
committed
feat(ci): add rust cache
1 parent ee5cbad commit 3a934d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Install Rust
2020
run: rustup update stable && rustup default stable
2121

22+
- name: Setup caching
23+
uses: Swatinem/rust-cache@v2
24+
2225
- name: Install bindgen-cli
2326
run:
2427
cargo install bindgen-cli

0 commit comments

Comments
 (0)