Skip to content

Commit c5968ee

Browse files
committed
remove debian experimental; it's a moving target anyway
1 parent 65978c0 commit c5968ee

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/clang-tidy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
clang: 15
1515
- image: "debian:testing"
1616
clang: 19
17-
- image: "debian:experimental"
18-
clang: 22
1917
container:
2018
image: ${{ matrix.image }}
2119
env:
@@ -33,7 +31,6 @@ jobs:
3331
apt-get install -yq \
3432
clang-${{ matrix.clang }} \
3533
clang-tidy-${{ matrix.clang }} \
36-
libstdc++-12-dev \
3734
cmake \
3835
libprotobuf-dev \
3936
make \

0 commit comments

Comments
 (0)