Skip to content

Commit d2aea37

Browse files
committed
Updates to windows ci build
1 parent 559336e commit d2aea37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
-G "Visual Studio 17 2022" -A x64
109109
-DGECODE_ENABLE_QT=OFF
110110
-DGECODE_ENABLE_GIST=OFF
111+
-DGECODE_ENABLE_MPFR=OFF
111112
-DGECODE_BUILD_SHARED=${{ matrix.build_shared }}
112113
-DGECODE_BUILD_STATIC=${{ matrix.build_static }}
113114
@@ -150,7 +151,7 @@ jobs:
150151

151152
- name: Configure
152153
shell: msys2 {0}
153-
run: ./configure --disable-qt --disable-gist
154+
run: CC=gcc CXX=g++ ./configure --with-host-os=Windows --disable-qt --disable-gist --disable-mpfr
154155

155156
- name: Build
156157
shell: msys2 {0}

0 commit comments

Comments
 (0)