Use conan repo for wasmi lib (#6109)

* Use conan repo for wasmi lib
* Generate lockfile
This commit is contained in:
Olek
2025-12-08 13:02:01 -05:00
committed by GitHub
parent 8a403f1241
commit b57df290de
5 changed files with 63 additions and 240 deletions

View File

@@ -35,7 +35,6 @@ runs:
LOG_VERBOSITY: ${{ inputs.log_verbosity }}
run: |
echo 'Installing dependencies.'
conan export --version 0.42.1 external/wasmi #TODO Switch to conan package
mkdir -p "${BUILD_DIR}"
cd "${BUILD_DIR}"
conan install \