Browse Source

Update ci_src_examples_win.yml

pull/1067/head
Ray 5 years ago
committed by GitHub
parent
commit
e043dad2a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/ci_src_examples_win.yml

+ 2
- 1
.github/workflows/ci_src_examples_win.yml View File

@ -6,6 +6,7 @@ jobs:
build:
runs-on: windows-latest
strategy:
max-parallel: 1
matrix:
compiler: [mingw, msvc16]
bits: [32, 64]
@ -23,7 +24,7 @@ jobs:
GENERATOR: "Visual Studio 16 2019"
- compiler: msvc16
bits: 64
GENERATOR: "Visual Studio 16 2019 Win64"
GENERATOR: "Visual Studio 16 2019 -A x64"
env:
CFLAGS: ${{ matrix.CFLAGS }}

Loading…
Cancel
Save