diff options
| author | Ray <[email protected]> | 2020-01-10 16:13:41 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-10 16:13:41 +0100 |
| commit | a63a4229723f6a5bd2db4db7459049eb710b2a80 (patch) | |
| tree | 8d7ae276fadb063e31b60b039ca930f9dd38f846 /.github/workflows | |
| parent | e043dad2a62219518f328c5f97a60b8cd92520be (diff) | |
| download | raylib-a63a4229723f6a5bd2db4db7459049eb710b2a80.tar.gz raylib-a63a4229723f6a5bd2db4db7459049eb710b2a80.zip | |
Update ci_src_examples_win.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_src_examples_win.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index 4e5a8b88..395a6c1d 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: + fail-fast: false max-parallel: 1 matrix: compiler: [mingw, msvc16] |
