Skip to content

Commit

Permalink
add rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
blesswinsamuel committed Jan 12, 2024
1 parent 5799a34 commit cd0d7c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
Expand Down

0 comments on commit cd0d7c4

Please sign in to comment.