Add dependency to benchmark run
parent
d73107518c
commit
556f4f44c5
|
@ -6,6 +6,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install time
|
||||||
|
run: |
|
||||||
|
apt-get update -y
|
||||||
|
apt-get install -y time
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: cd ${{ github.workspace }}
|
- run: cd ${{ github.workspace }}
|
||||||
|
|
Loading…
Reference in New Issue