From c9cbd001c3c435fb3d32fe6881fb77bbcf67d7ac Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Wed, 16 Jul 2025 11:20:46 +1200 Subject: [PATCH] Install libfl-dev on WASI --- .github/workflows/extra-builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/extra-builds.yml b/.github/workflows/extra-builds.yml index 0767b1721..7729519a7 100644 --- a/.github/workflows/extra-builds.yml +++ b/.github/workflows/extra-builds.yml @@ -67,6 +67,7 @@ jobs: WASI_SDK=wasi-sdk-19.0 WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-19/wasi-sdk-19.0-linux.tar.gz if ! [ -d ${WASI_SDK} ]; then curl -L ${WASI_SDK_URL} | tar xzf -; fi + sudo apt-get install libfl-dev ln -s /usr/include/FlexLexer.h ${WASI_SDK}/share/wasi-sysroot/include/ mkdir -p build