Skip to content

Commit 4665149

Browse files
author
Denis Varlakov
committed
Cache dependencies
1 parent 7a539f6 commit 4665149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2
20+
- uses: Swatinem/rust-cache@v1
2021
- name: Build
2122
run: cargo build --verbose
2223
- name: Run tests

0 commit comments

Comments
 (0)