Skip to content

Commit ebac63b

Browse files
committed
ci: try fix checkout failing
Signed-off-by: Slendi <slendi@socopon.com>
1 parent 7a71aba commit ebac63b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
steps: &build_steps
3333
- name: Checkout repository
3434
uses: actions/checkout@v4
35+
with:
36+
fetch-depth: 0
37+
clean: true
3538

3639
- name: Install nix
3740
uses: cachix/install-nix-action@v31

0 commit comments

Comments
 (0)