diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 32a21eb..5ec8968 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -23,7 +23,7 @@ jobs: c: clang cmake_args: - description: "Static default" - args: "" + args: "" - description: "Dynamic default" args: "-DBUILD_SHARED_LIBS=on" - description: "static C++20"