Add dependency to benchmark run

This commit is contained in:
drunkendog 2023-09-16 21:37:29 +01:00
parent d73107518c
commit 556f4f44c5
1 changed files with 4 additions and 0 deletions

View File

@ -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 }}