mirror of https://github.com/axmolengine/axmol.git
Update windows-ci.yml
This commit is contained in:
parent
8f9e610713
commit
94caf8d36d
|
@ -27,12 +27,12 @@ jobs:
|
||||||
BUILD_ARCH: ${{ matrix.arch }}
|
BUILD_ARCH: ${{ matrix.arch }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v3
|
||||||
|
|
||||||
- uses: ilammy/msvc-dev-cmd@v1.11.0
|
- uses: ilammy/msvc-dev-cmd@v1.11.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue