From 3cd74e7b1178f53cece5e25255bf29935b6fa056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Thu, 6 Jun 2024 16:13:09 +0200 Subject: [PATCH] tics: no need to build --- .github/workflows/tics.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tics.yaml b/.github/workflows/tics.yaml index d927d65..9f06522 100644 --- a/.github/workflows/tics.yaml +++ b/.github/workflows/tics.yaml @@ -25,11 +25,6 @@ jobs: ninja-build \ pkg-config - - name: Build - run: | - cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug -GNinja src - cmake --build build - - name: Run TICS analysis uses: tiobe/tics-github-action@v3 with: