Skip to content

Commit

Permalink
Fix syntax on fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachaj committed Dec 6, 2024
1 parent 37f464b commit 5cbe129
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
fetch-depth: 0
with:
# Force a non-shallow checkout, so that clang-format can access source history to compare against
# See https://github.com/actions/checkout for more details.
fetch-depth: 0

- name: Find vcvars64.bat
run: |
Expand Down

0 comments on commit 5cbe129

Please sign in to comment.