Skip to content

Commit

Permalink
improve .github/workflows/build.yml 2
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Sep 6, 2023
1 parent bc4e7b2 commit e3fa3ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
matrix:
os: [windows-latest]
toolset: ['14.2', '14.1'] # VS 2019 and 2017 (see below)
arch: [i386, amd64]
config: [Debug, Release]
fail-fast: false
runs-on: ${{matrix.os}}
Expand All @@ -31,6 +30,6 @@ jobs:
with:
path: src
- name: Configure
run: cmake -S src -B build -G Ninja -DARCH:STRING=${{matrix.arch}} -DCMAKE_BUILD_TYPE=${{matrix.config}}
run: cmake -S src -B build -G Ninja -DCMAKE_BUILD_TYPE=${{matrix.config}}
- name: Build
run: cmake --build build -- -k0

0 comments on commit e3fa3ab

Please sign in to comment.