From 94fb6888c81eb79a6ce381cb0146a020d444fa81 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sun, 7 Jul 2024 18:08:10 -0700 Subject: [PATCH] Remove OPTIMIZER_BACKEND define from clang-tidy CI (#227) --- .github/workflows/lint-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 931ae442..cc0b9521 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -81,7 +81,7 @@ jobs: - run: pip3 install wpiformat - name: Create compile_commands.json - run: cmake -B build -S . -DOPTIMIZER_BACKEND=sleipnir -DCMAKE_EXPORT_COMPILE_COMMANDS=YES + run: cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=YES - name: List changed files run: wpiformat -list-changed-files