We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f464b commit 5cbe129Copy full SHA for 5cbe129
.github/workflows/ci.yml
@@ -12,7 +12,10 @@ jobs:
12
runs-on: windows-latest
13
steps:
14
- uses: actions/checkout@v4
15
- fetch-depth: 0
+ with:
16
+ # Force a non-shallow checkout, so that clang-format can access source history to compare against
17
+ # See https://github.com/actions/checkout for more details.
18
+ fetch-depth: 0
19
20
- name: Find vcvars64.bat
21
run: |
0 commit comments