Use checkout@v1 instead of v2 for github actions

Checkout v1 supports submodules -- master (v2) does not.
This commit is contained in:
Lucas Nicodemus 2020-02-09 20:27:57 -08:00 committed by GitHub
parent 20dab56407
commit 8bc31eed0a

View file

@ -6,7 +6,7 @@ jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@v1
with: with:
submodules: recursive submodules: recursive
- name: Download MSBuild installer - name: Download MSBuild installer