Skip to content

Commit 32ae070

Browse files
author
Petr Sramek
committed
removed runtimes
1 parent 7fbdf07 commit 32ae070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
merge-multiple: true
8080
- name: Decode Benchmark
8181
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
82-
run: dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
82+
run: dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
8383
- name: Encode Benchmark
8484
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
85-
run: dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
85+
run: dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'

0 commit comments

Comments
 (0)