diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 908d3b051c..fc555b161f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -163,7 +163,6 @@ jobs: elif [[ "${{ matrix.runner }}" = macos* ]]; then cmake --build "build/debug" --config Debug --target install fi - cmake --build "build/debug" --config Debug --target StreamFX_clang-tidy cmake --build "build/debug" --config Debug --target StreamFX_clang-format - name: "Configure & Build (Release)" @@ -183,7 +182,6 @@ jobs: elif [[ "${{ matrix.runner }}" = macos* ]]; then cmake --build "build/release" --config RelWithDebInfo --target install fi - cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-tidy cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-format - name: "Validate Formatting"