Skip to content

Commit 4c26bd6

Browse files
committed
skissue skisstwo
1 parent 7719f34 commit 4c26bd6

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
@@ -170,9 +170,9 @@ jobs:
170170
runs-on: windows-latest
171171
steps:
172172
- name: Checkout Repository
173-
uses: actions/checkout@v2
174-
with:
175-
fetch-depth: 0
173+
uses: actions/checkout@v2
174+
with:
175+
fetch-depth: 0
176176
- name: Setup Submodules
177177
run: git config --global --add safe.directory . && git submodule update --init --recursive
178178
- name: Setup MSBuild

0 commit comments

Comments
 (0)