Skip to content

Commit

Permalink
mobile/ios: Prevent use of android NDK in CI (envoyproxy#32582)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Feb 26, 2024
1 parent e6e5e9a commit cf1816a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mobile-ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
app: ${{ matrix.app }}
args: ${{ matrix.args || '--config=mobile-remote-ci-macos-ios' }}
expected: received headers with status ${{ matrix.expected-status }}
env:
ANDROID_NDK_HOME:
ANDROID_HOME:
target: ${{ matrix.target }}
timeout-minutes: ${{ matrix.timeout-minutes }}
trusted: ${{ fromJSON(needs.load.outputs.trusted) }}
Expand Down Expand Up @@ -134,6 +137,9 @@ jobs:
expected: >-
${{ matrix.expected
|| format('received headers with status {0}', matrix.expected-status) }}
env:
ANDROID_NDK_HOME:
ANDROID_HOME:
target: ${{ matrix.target }}
timeout-minutes: 50
trusted: ${{ fromJSON(needs.load.outputs.trusted) }}
Expand Down

0 comments on commit cf1816a

Please sign in to comment.