diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 65a07306..df705d4d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -31,7 +31,7 @@ jobs: - cxx: g++-13 build_type: Release std: 23 - install: sudo apt install g++-13 + install: sudo apt install g++-13 libcc1-0 shared: -DBUILD_SHARED_LIBS=ON - cxx: clang++-11 build_type: Debug