ci: GitVersion needs full history
Some checks failed
deploy / deploy (push) Failing after 18m32s

This commit is contained in:
D. Moonfire 2024-03-07 22:37:02 -06:00
parent 929f6ec6d0
commit eab2518f18

View file

@ -20,6 +20,8 @@ jobs:
# Checkout the repository so we can load our flake.
- name: Check out repository code
uses: actions/checkout@v3
with:
fetch-depth: 0 # GitVersion has trouble calculating without full history.
# Break apart downloading all the requirements into a separate step for timing purposes.
- run: nix develop --command echo prefetch flake