Skip to content

Commit d6c959c

Browse files
committed
fix
1 parent 5c6a6a3 commit d6c959c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ jobs:
340340
run: cmake --build test/downstream/build --config Release
341341

342342
- name: run
343-
if: runner.os == 'Linux' || runner.os == 'macOS'
343+
if: matrix.build_profile == matrix.host_profile && (runner.os == 'Linux' || runner.os == 'macOS')
344344
run: test/downstream/build/odr-test-downstream
345345
- name: run
346-
if: runner.os == 'Windows'
346+
if: matrix.build_profile == matrix.host_profile && runner.os == 'Windows'
347347
run: test/downstream/build/Release/odr-test-downstream.exe

0 commit comments

Comments
 (0)