Skip to content

Commit ea6b5f4

Browse files
author
Petr Sramek
committed
bash specified as shell
1 parent 7a5730c commit ea6b5f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,6 @@ jobs:
161161
name: benchmark-${{ matrix.os }}
162162
path: |
163163
benchmarks/PolylineAlgorithm.Benchmarks/BenchmarkDotNet.Artifacts/results/*-report-github.md
164-
- run: cat benchmarks/PolylineAlgorithm.Benchmarks/BenchmarkDotNet.Artifacts/results/*-report-github.md > $GITHUB_STEP_SUMMARY
165-
name: Write Benchmark Summary
164+
- name: Write Benchmark Summary
165+
shell: bash
166+
run: cat benchmarks/PolylineAlgorithm.Benchmarks/BenchmarkDotNet.Artifacts/results/*-report-github.md > $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)