github actions: pin checkout action to v1 (#85)

master now contains a new v2 beta version of this action that no longer
supports "submodules".   We can update to v2 later once it stabilizes.
pull/84/head
Sam Clegg 6 years ago committed by Pat Hickey
parent ac571d0fef
commit 3924bbd79e

@ -14,7 +14,7 @@ jobs:
# llvm 9 build is broken on windows for now. Re-enable this when it is fixed:
# - windows-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- run: |

Loading…
Cancel
Save