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.
1 parent 1e6a64e commit 4a55de7Copy full SHA for 4a55de7
.github/workflows/ci-emscripten.yml
@@ -100,10 +100,10 @@ jobs:
100
CFLAGS: "-fPIC"
101
WASM_LIBRARY_DIR: ${{ github.workspace }}/wasm-library-dir
102
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
+ 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
+ tar -xf flint-3.2.2.tar.xz
105
106
- cd flint-3.2.0-rc2
+ cd flint-3.2.2
107
108
emconfigure ./configure \
109
--disable-dependency-tracking \
0 commit comments