Skip to content

Commit 7719f34

Browse files
committed
format skissue
1 parent 8db252b commit 7719f34

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,10 @@ jobs:
169169
name: Windows Build
170170
runs-on: windows-latest
171171
steps:
172-
- uses: actions/checkout@v2
173-
with:
174-
fetch-depth: 0
172+
- name: Checkout Repository
173+
uses: actions/checkout@v2
174+
with:
175+
fetch-depth: 0
175176
- name: Setup Submodules
176177
run: git config --global --add safe.directory . && git submodule update --init --recursive
177178
- name: Setup MSBuild

0 commit comments

Comments
 (0)