From 989a93a68cfd308adf304e6a752d2a36ac4eb0a2 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 25 Sep 2023 20:26:17 +0100 Subject: [PATCH] Add bc to dependencies in benchmark --- .gitea/workflows/benchmark.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/benchmark.yaml b/.gitea/workflows/benchmark.yaml index 8b5c68d..7db2f33 100644 --- a/.gitea/workflows/benchmark.yaml +++ b/.gitea/workflows/benchmark.yaml @@ -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 }}