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.
flint
1 parent 304a55c commit 52a5674Copy full SHA for 52a5674
.github/workflows/ci-emscripten.yml
@@ -90,10 +90,10 @@ jobs:
90
CFLAGS: "-fPIC"
91
WASM_LIBRARY_DIR: ${{ github.workspace }}/wasm-library-dir
92
run: |
93
- curl -L https://github.com/flintlib/flint/releases/download/v3.1.0/flint-3.1.0.tar.gz -o flint-3.1.0.tar.gz
94
- tar -xf flint-3.1.0.tar.gz
+ curl -L https://github.com/flintlib/flint/releases/download/v3.1.2/flint-3.1.2.tar.gz -o flint-3.1.2.tar.gz
+ tar -xf flint-3.1.2.tar.gz
95
96
- cd flint-3.1.0
+ cd flint-3.1.2
97
98
emconfigure ./configure \
99
--disable-dependency-tracking \
0 commit comments