File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 66runs :
77 using : composite
88 steps :
9+ - name : export custom recipes
10+ shell : bash
11+ # TODO: add WAMR to conan center index
12+ # This is a workaround until WAMR is available in conan center
13+ run : conan export --version 2.4.1 external/wamr
914 - name : add Conan remote
1015 if : env.CONAN_URL != ''
1116 shell : bash
Original file line number Diff line number Diff line change 8787 echo "${CONAN_GLOBAL_CONF}" > $(conan config home)/global.conf
8888 conan config install conan/profiles/ -tf $(conan config home)/profiles/
8989 conan profile show
90+ - name : export custom recipes
91+ shell : bash
92+ # TODO: add WAMR to conan center index
93+ # This is a workaround until WAMR is available in conan center
94+ run : conan export --version 2.4.1 external/wamr
9095 - name : build dependencies
9196 uses : ./.github/actions/dependencies
9297 with :
Original file line number Diff line number Diff line change 8282 echo "${CONAN_GLOBAL_CONF}" > $(conan config home)/global.conf
8383 conan config install conan/profiles/ -tf $(conan config home)/profiles/
8484 conan profile show
85+ - name : export custom recipes
86+ shell : bash
87+ # TODO: add WAMR to conan center index
88+ # This is a workaround until WAMR is available in conan center
89+ run : conan export --version 2.4.1 external/wamr
8590 - name : build dependencies
8691 uses : ./.github/actions/dependencies
8792 with :
You can’t perform that action at this time.
0 commit comments