From 3b424f75e567f555f0cf0e049abd0764aed3e355 Mon Sep 17 00:00:00 2001 From: halx99 Date: Fri, 27 Aug 2021 12:39:49 +0800 Subject: [PATCH] Update windows-ci.yml --- .github/workflows/windows-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index a8ca6e70df..6ed0450144 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -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