Skip to content

Commit 84a3784

Browse files
committed
Do it, do it
1 parent f77637a commit 84a3784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2.3.4
21-
- name: Unshallow
22-
run: git fetch --prune --unshallow
21+
with:
22+
fetch-depth: 0
2323
- name: Run tests on Windows for all targets
2424
run: dotnet test -c Release
2525

0 commit comments

Comments
 (0)