Skip to content

Commit

Permalink
Exclude odrcore/1.0.0 from build matrix when building for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 16, 2024
1 parent b2cba3f commit 64f73e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
config:
- { build_machine: ubuntu-22.04, host_profile: ubuntu }
- { build_machine: ubuntu-22.04, host_profile: android-armv8, ndk_version: 26.3.11579264 }
# Known not working build configurations
exclude:
- package: { "package_version": "odrcore/1.0.0", "package": "odrcore", "version": "1.0.0", "conanfile": "recipes/odrcore/all/conanfile.py" }
config: { build_machine: ubuntu-22.04, host_profile: android-armv8, ndk_version: 26.3.11579264 }
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 64f73e7

Please sign in to comment.