Skip to content

Commit c1f11fd

Browse files
committed
Try to fix benchmark runner (hub CLI is not available..?)
1 parent 910e238 commit c1f11fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmark.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v3
2828

29+
- name: install hub git wrapper to checkout PR
30+
run: sudo apt-get install hub
31+
2932
- name: Checkout Pull Request
3033
run: hub pr checkout ${{ github.event.issue.number }}
3134
env:

0 commit comments

Comments
 (0)