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