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