Skip to content

Commit a21dc9f

Browse files
authored
Merge pull request #54 from starg2/patch-1
Add mcf thread model to build matrix
2 parents ecaa196 + ebcbec6 commit a21dc9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
arch: [x86_64, i686]
30-
threads: [posix, win32]
30+
threads: [posix, win32, mcf]
3131
exceptions: [seh, dwarf]
3232
msvcrt: [msvcrt, ucrt]
3333
exclude:
3434
- arch: x86_64
3535
exceptions: dwarf
3636
- arch: i686
3737
exceptions: seh
38+
- threads: mcf
39+
msvcrt: msvcrt
3840

3941
steps:
4042
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)