diff options
| author | Ray <[email protected]> | 2020-01-10 16:09:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-10 16:09:45 +0100 |
| commit | e043dad2a62219518f328c5f97a60b8cd92520be (patch) | |
| tree | fd7da1103b0f31b29ca690594c0898847fa9fbcd /.github/workflows | |
| parent | aca9f20c2ee12bab26dd9a56331acf999076d350 (diff) | |
| download | raylib-e043dad2a62219518f328c5f97a60b8cd92520be.tar.gz raylib-e043dad2a62219518f328c5f97a60b8cd92520be.zip | |
Update ci_src_examples_win.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_src_examples_win.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index d75bcefd..4e5a8b88 100644 --- a/.github/workflows/ci_src_examples_win.yml +++ b/.github/workflows/ci_src_examples_win.yml @@ -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 }} |
