File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ jobs:
69
69
70
70
steps :
71
71
- uses : actions/checkout@v3
72
- - name : Setup .NET ${{ matrix.netversion }}
72
+ - name : Setup .NET 9
73
73
uses : actions/setup-dotnet@v3
74
74
with :
75
- dotnet-version : ${{ matrix.netversion }} .x
75
+ dotnet-version : 9 .x
76
76
- name : Fix libssl
77
77
if : ${{ matrix.netversion == 5 && matrix.os == 'ubuntu-latest' }}
78
78
run : |
85
85
merge-multiple : true
86
86
- name : Decode Benchmark
87
87
working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
88
- run : dotnet run --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
88
+ run : dotnet run --configuration Release
89
89
- name : Encode Benchmark
90
90
working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
91
- run : dotnet run --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
91
+ run : dotnet run --configuration Release
You can’t perform that action at this time.
0 commit comments