Skip to content

Commit f562129

Browse files
authored
run git fetch on CI (#170)
1 parent 2ad3a4d commit f562129

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0
16+
- run: |
17+
git fetch origin master:master
1618
- uses: julia-actions/setup-julia@v1
1719
with:
1820
version: 1

0 commit comments

Comments
 (0)