ci: checkout whole repository
This commit is contained in:
parent
894abe344c
commit
7f13a0386b
2 changed files with 5 additions and 2 deletions
|
|
@ -10,6 +10,9 @@ jobs:
|
|||
steps:
|
||||
- name: 📦 Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: 🦀 Setup Rust cache
|
||||
uses: https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
|
|
|
|||
Reference in a new issue