From 4e6fffb29ba39e3e4df0537d1a8ca7cf7094b5f2 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 13 Jan 2023 18:02:14 +0100 Subject: [PATCH] added missing packages --- .github/workflows/benchmarks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 97ded0af..d2301b92 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 + install: g++-11 curl zip unzip tar command: sudo cset shield --exec -- nice -n -20 sudo -u gha ./benchmark - name: clang-x64 @@ -34,6 +34,7 @@ jobs: outputfile: benchmark reportdir: clang-x64 os: [self-hosted, linux, x64] + install: curl zip unzip tar command: sudo cset shield --exec -- nice -n -20 sudo -u gha ./benchmark runs-on: ${{matrix.os}}