We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559336e commit d2aea37Copy full SHA for d2aea37
1 file changed
.github/workflows/build.yml
@@ -108,6 +108,7 @@ jobs:
108
-G "Visual Studio 17 2022" -A x64
109
-DGECODE_ENABLE_QT=OFF
110
-DGECODE_ENABLE_GIST=OFF
111
+ -DGECODE_ENABLE_MPFR=OFF
112
-DGECODE_BUILD_SHARED=${{ matrix.build_shared }}
113
-DGECODE_BUILD_STATIC=${{ matrix.build_static }}
114
@@ -150,7 +151,7 @@ jobs:
150
151
152
- name: Configure
153
shell: msys2 {0}
- run: ./configure --disable-qt --disable-gist
154
+ run: CC=gcc CXX=g++ ./configure --with-host-os=Windows --disable-qt --disable-gist --disable-mpfr
155
156
- name: Build
157
0 commit comments