This commit is contained in:
Mayukha Vadari
2025-08-06 12:41:12 -04:00
parent 9bc04244e7
commit c15947da56
3 changed files with 15 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ inputs:
runs:
using: composite
steps:
- name: export custom recipes
shell: bash
# TODO: add WAMR to conan center index
# This is a workaround until WAMR is available in conan center
run: conan export --version 2.4.1 external/wamr
- name: add Conan remote
if: env.CONAN_URL != ''
shell: bash

View File

@@ -87,6 +87,11 @@ jobs:
echo "${CONAN_GLOBAL_CONF}" > $(conan config home)/global.conf
conan config install conan/profiles/ -tf $(conan config home)/profiles/
conan profile show
- name: export custom recipes
shell: bash
# TODO: add WAMR to conan center index
# This is a workaround until WAMR is available in conan center
run: conan export --version 2.4.1 external/wamr
- name: build dependencies
uses: ./.github/actions/dependencies
with:

View File

@@ -82,6 +82,11 @@ jobs:
echo "${CONAN_GLOBAL_CONF}" > $(conan config home)/global.conf
conan config install conan/profiles/ -tf $(conan config home)/profiles/
conan profile show
- name: export custom recipes
shell: bash
# TODO: add WAMR to conan center index
# This is a workaround until WAMR is available in conan center
run: conan export --version 2.4.1 external/wamr
- name: build dependencies
uses: ./.github/actions/dependencies
with: