Skip to content

Commit 684f94e

Browse files
committed
Fix missing shell directive
1 parent e672cda commit 684f94e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ runs:
4747
echo "#" ;;
4848
esac
4949
- name: Compute CPU core range to run benchmarks on
50+
shell: bash
5051
run: |
5152
# Taken from ur-benchmark-reusable.yml:
5253

0 commit comments

Comments
 (0)