Skip to content

Commit 2aaa1df

Browse files
committed
dont run downstream for android
1 parent 865a1c7 commit 2aaa1df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
run: cmake --build test/downstream/build --config Release
341341

342342
- name: run
343-
if: runner.os != 'Windows'
343+
if: runner.os != 'Windows' && !startsWith(matrix.host_profile, 'android')
344344
run: test/downstream/build/odr-test-downstream
345345
- name: run
346346
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)