Use checkout@v1 instead of v2 for github actions
Checkout v1 supports submodules -- master (v2) does not.
This commit is contained in:
parent
20dab56407
commit
8bc31eed0a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue