1
0
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:
Athanasius 2022-02-07 11:08:26 +00:00
parent f93b4b57d1
commit b7cc75723c
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

@ -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: |