Skip to content

Commit 8db252b

Browse files
committed
Add suspected solution to all affected builders
1 parent 0a7391e commit 8db252b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/checkout@v2
1919
with:
2020
submodules: recursive
21+
fetch-depth: 0
2122

2223
- name: Install Packages
2324
env:
@@ -169,9 +170,8 @@ jobs:
169170
runs-on: windows-latest
170171
steps:
171172
- uses: actions/checkout@v2
172-
- name: Get Tags
173-
run: |
174-
git fetch origin --tags
173+
with:
174+
fetch-depth: 0
175175
- name: Setup Submodules
176176
run: git config --global --add safe.directory . && git submodule update --init --recursive
177177
- name: Setup MSBuild

0 commit comments

Comments
 (0)