Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 3b80c2b

Browse files
committed
try rust cache
1 parent 11bec56 commit 3b80c2b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
21+
- name: Cache Cargo Dependencies
22+
uses: Swatinem/rust-cache@v2
23+
2024
- name: Build
2125
run: cargo build -r
2226

0 commit comments

Comments
 (0)