diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index 36afb0999f..d5366e8fd4 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -37,7 +37,9 @@ jobs: languages: csharp - name: Build - run: dotnet build -c ReleaseNoWindows + run: | + export TGS_HOST_NO_WEBPANEL=true + dotnet build -c ReleaseNoWindows - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2