We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cea20 commit a6c5154Copy full SHA for a6c5154
.github/workflows/self-test.yml
@@ -62,9 +62,9 @@ jobs:
62
database: build
63
verbosity: debug
64
version: ${{ matrix.clang-version }}
65
- thread-comments: ${{ github.event_name == 'pull_request' && matrix.clang-version == '12' && 'update' }}
66
- file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '12' }}
67
- step-summary: ${{ matrix.clang-version == '12' }}
+ thread-comments: ${{ github.event_name == 'pull_request' && matrix.clang-version == '16' && 'update' }}
+ file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '16' }}
+ step-summary: ${{ matrix.clang-version == '16' }}
68
extra-args: -std=c++14 -Wall
69
70
- name: Fail fast?!
0 commit comments