We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d0241 commit f021db6Copy full SHA for f021db6
.github/workflows/windows_and_macOS.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: ['windows-latest', 'macOS-latest']
16
- ghc: ['8.10.5']
+ ghc: ['latest']
17
fail-fast: false
18
steps:
19
- uses: actions/checkout@v2
text.cabal
@@ -90,12 +90,7 @@ library
90
cbits/validate_utf8.cpp
91
cxx-options: -std=c++17
92
cpp-options: -DSIMDUTF
93
- if os(windows)
94
- if arch(x86_64)
95
- extra-libraries: stdc++-6 gcc_s_seh-1
96
- else
97
- extra-libraries: stdc++-6 gcc_s_dw2-1
98
- elif os(darwin) || os(freebsd)
+ if os(darwin) || os(freebsd)
99
extra-libraries: c++
100
elif os(openbsd)
101
extra-libraries: c++ c++abi
0 commit comments