Skip to content

Commit 52a5674

Browse files
Bump flint to version 3.1.2
1 parent 304a55c commit 52a5674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090
CFLAGS: "-fPIC"
9191
WASM_LIBRARY_DIR: ${{ github.workspace }}/wasm-library-dir
9292
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
93+
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
94+
tar -xf flint-3.1.2.tar.gz
9595
96-
cd flint-3.1.0
96+
cd flint-3.1.2
9797
9898
emconfigure ./configure \
9999
--disable-dependency-tracking \

0 commit comments

Comments
 (0)