From e37496c1b10c8b35024ae734ad4ff28e98dda7d8 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 13 Jan 2023 18:22:42 +0100 Subject: [PATCH] added missing package --- .github/workflows/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 8b1d3f8c..86e98495 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -22,7 +22,7 @@ jobs: outputfile: benchmark reportdir: gcc-x64 os: [self-hosted, linux, x64] - install: g++-11 curl zip unzip tar + install: g++-11 curl zip unzip tar pkg-config command: sudo cset shield --exec -- nice -n -20 sudo -u gha ./benchmark - name: clang-x64 @@ -34,7 +34,7 @@ jobs: outputfile: benchmark reportdir: clang-x64 os: [self-hosted, linux, x64] - install: curl zip unzip tar + install: curl zip unzip tar pkg-config command: sudo cset shield --exec -- nice -n -20 sudo -u gha ./benchmark runs-on: ${{matrix.os}}