ci: checkout whole repository

This commit is contained in:
ThetaDev 2024-04-12 00:34:42 +02:00
parent 894abe344c
commit 7f13a0386b
2 changed files with 5 additions and 2 deletions

View file

@ -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: