We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5c9f3a + 9a4f676 commit b20fe04Copy full SHA for b20fe04
1 file changed
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
exclude_cxxstd: '98,03,0x,11,14'
46
exclude_compiler: gcc-4.9,gcc-5,gcc-6,gcc-7,gcc-8,gcc-9,clang-3.9,clang-4.0,clang-5.0,clang-6.0,clang-7,clang-12
47
# temporarily exclude clang-12 because of problem in config-probe
48
+ env:
49
+ B2_JOBS: 2
50
secrets:
51
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
52
COVERITY_SCAN_NOTIFICATION_EMAIL: ${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}
0 commit comments