We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6a6a3 commit d6c959cCopy full SHA for d6c959c
1 file changed
.github/workflows/build_test.yml
@@ -340,8 +340,8 @@ jobs:
340
run: cmake --build test/downstream/build --config Release
341
342
- name: run
343
- if: runner.os == 'Linux' || runner.os == 'macOS'
+ if: matrix.build_profile == matrix.host_profile && (runner.os == 'Linux' || runner.os == 'macOS')
344
run: test/downstream/build/odr-test-downstream
345
346
- if: runner.os == 'Windows'
+ if: matrix.build_profile == matrix.host_profile && runner.os == 'Windows'
347
run: test/downstream/build/Release/odr-test-downstream.exe
0 commit comments