Skip to content

Commit 28787d1

Browse files
author
Petr Sramek
committed
removed restore step from benchmark job
1 parent 8bdd824 commit 28787d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
uses: actions/setup-dotnet@v3
5050
with:
5151
dotnet-version: 9.x
52-
- name: Restore
53-
run: dotnet restore
5452
- name: Decode Benchmark
5553
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
5654
run: dotnet run -c Release --no-restore --framework net9.0 --runtimes net9.0 --filter '*DecodeBenchmark*'

0 commit comments

Comments
 (0)