From 5b3dfb3ac0f906c75fc45166283b155acd1996c7 Mon Sep 17 00:00:00 2001 From: River <26424577+wusatosi@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:05:40 -0400 Subject: [PATCH] fix linting --- .github/workflows/ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"