Skip to content

Commit

Permalink
Exclude tmpfile/ubuntu from the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 3, 2024
1 parent 390b187 commit 884ee66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_inner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
conanfile: ${{ fromJSON(format('["{0}"]', inputs.conanfile)) }}
config:
- { build_machine: ubuntu-22.04, host_profile: ubuntu }
- { build_machine: ubuntu-22.04, host_profile: android-23-armv8, ndk_version: 26.3.11579264 }
Expand All @@ -33,6 +34,9 @@ jobs:
- { build_machine: ubuntu-22.04, host_profile: android-21-armv7, ndk_version: 26.3.11579264 }
- { build_machine: ubuntu-22.04, host_profile: android-21-x86, ndk_version: 26.3.11579264 }
- { build_machine: ubuntu-22.04, host_profile: android-21-x86_64, ndk_version: 26.3.11579264 }
exclude:
- conanfile: 'recipes/tmpfile/all/conanfile.py'
config: { build_machine: ubuntu-22.04, host_profile: ubuntu }
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 884ee66

Please sign in to comment.