Browse Source

fix sed syntax for linux

pull/2710/head
Jason Dove 8 months ago
parent
commit
4475f74bf3
No known key found for this signature in database
  1. 2
      .github/workflows/pr.yml

2
.github/workflows/pr.yml

@ -23,7 +23,7 @@ jobs: @@ -23,7 +23,7 @@ jobs:
run: dotnet restore
- name: Prep project file
run: sed -i '' '/Scanner/d' ErsatzTV/ErsatzTV.csproj
run: sed -i '/Scanner/d' ErsatzTV/ErsatzTV.csproj
- name: Build
run: dotnet build --configuration Release --no-restore /p:EnableThreadingAnalyzers=true

Loading…
Cancel
Save