Skip to content

Commit

Permalink
ci: fetch all commits
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Oct 13, 2023
1 parent e66c8c3 commit eb5ed1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
fetch-tags: true

- name: Install stable toolchain
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
fetch-tags: true

- name: Install stable toolchain
Expand Down

0 comments on commit eb5ed1e

Please sign in to comment.