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 3a1f30e commit f612c1bCopy full SHA for f612c1b
.github/workflows/android.yml
@@ -246,6 +246,7 @@ jobs:
246
# Install runtime into install dir; fallback to full install if component is unavailable
247
cmake --install ${BUILD_DIR} --config ${{ env.BUILD_TYPE }} --prefix ${INSTALL_DIR} --component core
248
cmake --install ${BUILD_DIR} --config ${{ env.BUILD_TYPE }} --prefix ${INSTALL_DIR} --component cpu
249
+ cmake --install ${BUILD_DIR} --config ${{ env.BUILD_TYPE }} --prefix ${INSTALL_DIR} --component template
250
251
# If tests were installed under tests/, move CPU test binaries to expected path
252
if [ -d "${INSTALL_TEST_DIR}/tests" ]; then
0 commit comments