Skip to content

Commit

Permalink
ci: restore setup-rust-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
julio4 committed Aug 21, 2023
1 parent 330d743 commit 42e33e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/setup-rust-cache/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Setup Rust cache

description: Configure the rust-cache workflow.

runs:
using: composite
steps:
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2

0 comments on commit 42e33e7

Please sign in to comment.