Remove unnecessary CI change

This commit is contained in:
Victor Zverovich
2026-03-03 12:35:39 -08:00
parent 011b24123b
commit 04434416a4

View File

@@ -31,7 +31,7 @@ jobs:
- cxx: g++-13 - cxx: g++-13
build_type: Release build_type: Release
std: 23 std: 23
install: sudo apt install g++-13 libcc1-0 install: sudo apt install g++-13
shared: -DBUILD_SHARED_LIBS=ON shared: -DBUILD_SHARED_LIBS=ON
- cxx: clang++-11 - cxx: clang++-11
build_type: Debug build_type: Debug