mirror of https://github.com/axmolengine/axmol.git
Update windows-ci.yml
This commit is contained in:
parent
b04fd70cc7
commit
3b424f75e5
|
@ -22,7 +22,6 @@ jobs:
|
||||||
# cross-platform coverage.
|
# cross-platform coverage.
|
||||||
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
|
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
|
@ -41,8 +40,8 @@ jobs:
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
||||||
- uses: ilammy/msvc-dev-cmd@v1.9.0
|
- uses: ilammy/msvc-dev-cmd@v1.9.0
|
||||||
with:
|
with:
|
||||||
arch: ${{ env.BUILD_ARCH }}
|
arch: ${{ env.BUILD_ARCH }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: tools\windows-ci\build.ps1 $env:BUILD_ARCH
|
run: tools\windows-ci\build.ps1 $env:BUILD_ARCH
|
||||||
|
|
Loading…
Reference in New Issue