We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f9bcf commit 630a472Copy full SHA for 630a472
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: awalsh128/cache-apt-pkgs-action@latest
14
with:
15
- packages: libxxhash-dev libaio-dev libconfig-dev gcc clang-16 clang-format-16
+ packages: libxxhash-dev libaio-dev libconfig-dev gcc clang-19 clang-format-19
16
- name: format-check
17
run: ./format-check.sh
18
@@ -88,6 +88,6 @@ jobs:
88
89
90
91
92
- name: make ${{ matrix.target }}
93
run: make ${{ matrix.target }}
0 commit comments