mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
windows-build: move submodules: recursive
to actions/checkout
This commit is contained in:
parent
f93b4b57d1
commit
b7cc75723c
3
.github/workflows/windows-build.yml
vendored
3
.github/workflows/windows-build.yml
vendored
@ -17,11 +17,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
submodules: recursive
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
with:
|
||||
python-version: "3.10.2"
|
||||
architecture: "x86"
|
||||
submodules: recursive
|
||||
|
||||
- name: Install python tools
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user