Skip to content

Commit a7e0105

Browse files
committed
FIX: Cache Rust dependencies AND Readme title
1 parent 9aba2ad commit a7e0105

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
1515

16+
- name: Cache Rust dependencies
17+
uses: actions/cache@v3
18+
with:
19+
path: |
20+
~/.cargo
21+
target
22+
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
23+
restore-keys: |
24+
${{ runner.os }}-cargo-
25+
1626
- name: Install Rust
1727
uses: actions-rs/toolchain@v1
1828
with:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Admin API in RUST [![Deploy API Rust](https://github.com/BryanFRD/admin-api-rust/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/BryanFRD/admin-api-rust/actions/workflows/deploy.yml)
1+
# Admin API in RUST [![Deploy API Rust](https://github.com/BryanFRD/admin-api-rust/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/BryanFRD/admin-api-rust/actions/workflows/deploy.yml)
2+

0 commit comments

Comments
 (0)