We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f11fd commit e716038Copy full SHA for e716038
.github/workflows/benchmark.yaml
@@ -26,8 +26,8 @@ jobs:
26
- name: Checkout
27
uses: actions/checkout@v3
28
29
- - name: install hub git wrapper to checkout PR
30
- run: sudo apt-get install hub
+ - name: Install valgrind and hub
+ run: sudo apt-get update && sudo apt-get install hub valgrind
31
32
- name: Checkout Pull Request
33
run: hub pr checkout ${{ github.event.issue.number }}
@@ -46,8 +46,6 @@ jobs:
46
shared-key: ${{ github.workflow }}-${{ github.job }}
47
48
## Benchmarks
49
- - name: install valgrind for benchmarks
50
- run: sudo apt-get install valgrind
51
- name: Checkout main branch
52
run: git checkout main
53
- name: Copy over benchmarks from PR branch
0 commit comments