Skip to content

Commit

Permalink
Debug ios
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 14, 2024
1 parent abb4bf5 commit dda86e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release-**
- debug-ios
pull_request:
release:
types: ['published']
Expand Down Expand Up @@ -95,6 +96,7 @@ jobs:
-D CMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
-D VCPKG_TARGET_TRIPLET="${{ env.TRIPLET }}" \
-D VCPKG_HOST_TRIPLET="arm64-osx" \
-D VCPKG_INSTALL_OPTIONS="--debug" \
-D WITH_VCPKG=ON \
-D WITH_SPIX=OFF \
-D WITH_BLUETOOTH=OFF \
Expand Down

0 comments on commit dda86e6

Please sign in to comment.