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