added missing packages

This commit is contained in:
joaquintides
2023-01-13 18:02:14 +01:00
parent 7456055906
commit 4e6fffb29b

View File

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