Skip to content

Commit 5c6a6a3

Browse files
committed
again
1 parent 2aaa1df commit 5c6a6a3

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' && !startsWith(matrix.host_profile, 'android')
343+
if: runner.os == 'Linux' || runner.os == 'macOS'
344344
run: test/downstream/build/odr-test-downstream
345345
- name: run
346346
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)