Explicitly add B2_TARGETS to script invocation

This commit is contained in:
Christian Mazakas
2023-03-22 12:49:05 -07:00
parent 4a7116b996
commit f2d4f1968b

View File

@ -206,7 +206,7 @@ jobs:
- name: Run tests
if: '!matrix.coverity'
run: ci/build.sh
run: B2_TARGETS=${{matrix.targets}} ci/build.sh
- name: Upload coverage
if: matrix.coverage