Skip to content

Commit 382cdec

Browse files
Disable flint version check for Meson
1 parent 21f6560 commit 382cdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
pkg-config --modversion mpfr
140140
pkg-config --modversion flint
141141
142-
pyodide build
142+
pyodide build -C "setup-args='-Dflint_version_check=false'"
143143
144144
- name: Set up Pyodide virtual environment and test python-flint
145145
run: |

0 commit comments

Comments
 (0)