Update windows-ci.yml

This commit is contained in:
halx99 2021-08-27 12:39:49 +08:00 committed by GitHub
parent d06e8af7d6
commit 09d39e2fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -22,7 +22,6 @@ jobs:
# cross-platform coverage.
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
runs-on: windows-latest
strategy:
matrix:
arch:
@ -41,8 +40,8 @@ jobs:
uses: actions/setup-python@v2
- uses: ilammy/msvc-dev-cmd@v1.9.0
with:
arch: ${{ env.BUILD_ARCH }}
with:
arch: ${{ env.BUILD_ARCH }}
- name: Build
run: tools\windows-ci\build.ps1 $env:BUILD_ARCH
- name: Build
run: tools\windows-ci\build.ps1 $env:BUILD_ARCH