example: Fix for android

This commit is contained in:
Sandy Carter
2023-01-15 20:58:32 -05:00
committed by Sandy
parent e5fea62b02
commit 0479a929a7
2 changed files with 23 additions and 7 deletions

View File

@@ -97,3 +97,8 @@ jobs:
- name: Build
run: |
cmake --build "${{ env.CMAKE_BUILD_DIR }}"
# Build the examples which are excluded from all
- name: Build examples
run: |
cmake --build "${{ env.CMAKE_BUILD_DIR }}" --target examples