Skip to content

Commit 4a55de7

Browse files
Bump to flint 3.2.2
1 parent 1e6a64e commit 4a55de7

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
@@ -100,10 +100,10 @@ jobs:
100100
CFLAGS: "-fPIC"
101101
WASM_LIBRARY_DIR: ${{ github.workspace }}/wasm-library-dir
102102
run: |
103-
curl -L https://github.com/flintlib/flint/releases/download/v3.2.0-rc2/flint-3.2.0-rc2.tar.xz -o flint-3.2.0-rc2.tar.xz
104-
tar -xf flint-3.2.0-rc2.tar.xz
103+
curl -L https://github.com/flintlib/flint/releases/download/v3.2.2/flint-3.2.2.tar.xz -o flint-3.2.2.tar.xz
104+
tar -xf flint-3.2.2.tar.xz
105105
106-
cd flint-3.2.0-rc2
106+
cd flint-3.2.2
107107
108108
emconfigure ./configure \
109109
--disable-dependency-tracking \

0 commit comments

Comments
 (0)