This commit is contained in:
Victor Zverovich 2026-02-28 08:37:13 -08:00 committed by GitHub
parent 82553a7a5b
commit 88c5a91487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 install: sudo apt install g++-13 libcc1-0
shared: -DBUILD_SHARED_LIBS=ON shared: -DBUILD_SHARED_LIBS=ON
- cxx: clang++-11 - cxx: clang++-11
build_type: Debug build_type: Debug