diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 466cc796..47297ac5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -25,11 +25,10 @@ jobs: | |||
25 | name: Build | 25 | name: Build |
26 | runs-on: windows-2022 | 26 | runs-on: windows-2022 |
27 | steps: | 27 | steps: |
28 | - name: Clone repo (shallow) | 28 | - name: Checkout code |
29 | uses: actions/checkout@v3 | 29 | uses: actions/checkout@v3 |
30 | 30 | with: | |
31 | - name: Fetch code | 31 | fetch-depth: 0 |
32 | run: git fetch --shallow-exclude=v4.0.0 | ||
33 | 32 | ||
34 | # - name: Configure Visual Studio | 33 | # - name: Configure Visual Studio |
35 | # shell: cmd | 34 | # shell: cmd |