Add bc to dependencies in benchmark
parent
b2dbc01c9f
commit
989a93a68c
|
@ -6,10 +6,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
steps:
|
steps:
|
||||||
- name: Install time
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install -y time
|
apt-get install -y time bc
|
||||||
- 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