Skip to content

Commit

Permalink
cache dependencies in update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 3, 2023
1 parent 61de133 commit 878d246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-crds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
- name: Install kopium
run: cargo install kopium
- name: Verify kopium
Expand Down

0 comments on commit 878d246

Please sign in to comment.