diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9d87146c4..856196e31 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,9 +22,6 @@ jobs: - name: Install dependencies run: dotnet restore - - name: Prep project file - run: sed -i '' '/Scanner/d' ErsatzTV/ErsatzTV.csproj - - name: Build run: dotnet build --configuration Release --no-restore /p:EnableThreadingAnalyzers=true build_and_test_windows: