File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231231 - name : Install .NET Stryker
232232 shell : bash
233233 run : |
234- dotnet tool install dotnet-stryker --tool-path ../tools
234+ dotnet tool install dotnet-stryker --tool-path ../tools --version 4.3.0
235235 - name : Analyze Testably.Abstractions.Testing
236236 env :
237237 STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196196 - name : Install .NET Stryker
197197 shell : bash
198198 run : |
199- dotnet tool install dotnet-stryker --tool-path ../tools
199+ dotnet tool install dotnet-stryker --tool-path ../tools --version 4.3.0
200200 - name : Prepare Reports directory
201201 shell : bash
202202 run : |
You can’t perform that action at this time.
0 commit comments