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