mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
CI: remove --without-unwind option for MinGW
This should not be required.
This commit is contained in:
parent
9d7edb7f40
commit
cc61daa3d5
1 changed files with 0 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -31,7 +31,6 @@ jobs:
|
|||
- name: Windows GCC MinGW-w64 i686
|
||||
allow-test-failures: true
|
||||
library-combo: gnu-gnu-gnu
|
||||
configure-opts: --without-unwind
|
||||
os: windows-latest
|
||||
arch: i686
|
||||
msystem: mingw32
|
||||
|
@ -42,7 +41,6 @@ jobs:
|
|||
- name: Windows GCC MinGW-w64 x86_64
|
||||
allow-test-failures: true
|
||||
library-combo: gnu-gnu-gnu
|
||||
configure-opts: --without-unwind
|
||||
os: windows-latest
|
||||
arch: x86_64
|
||||
msystem: mingw64
|
||||
|
|
Loading…
Reference in a new issue