We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad3a4d commit f562129Copy full SHA for f562129
.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
13
- uses: actions/checkout@v2
14
with:
15
fetch-depth: 0
16
+ - run: |
17
+ git fetch origin master:master
18
- uses: julia-actions/setup-julia@v1
19
20
version: 1
0 commit comments