Skip to content

Commit

Permalink
improve .github/workflows/build.yml 3
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Sep 6, 2023
1 parent e3fa3ab commit f82a46f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,9 @@ jobs:
steps:
- name: Install ninja
run: choco install -y ninja
- name: Activate VS cmd (x86)
if: ${{ matrix.arch == 'i386' }}
- name: Activate VS cmd
uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64_x86
toolset: ${{matrix.toolset}}
- name: Activate VS cmd (amd64)
if: ${{ matrix.arch == 'amd64' }}
uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
toolset: ${{matrix.toolset}}
- name: Source checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f82a46f

Please sign in to comment.