Skip to content

Commit f612c1b

Browse files
committed
template
1 parent 3a1f30e commit f612c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ jobs:
246246
# Install runtime into install dir; fallback to full install if component is unavailable
247247
cmake --install ${BUILD_DIR} --config ${{ env.BUILD_TYPE }} --prefix ${INSTALL_DIR} --component core
248248
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
249250
250251
# If tests were installed under tests/, move CPU test binaries to expected path
251252
if [ -d "${INSTALL_TEST_DIR}/tests" ]; then

0 commit comments

Comments
 (0)