mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-19 02:12:14 +00:00
added missing packages
This commit is contained in:
3
.github/workflows/benchmarks.yml
vendored
3
.github/workflows/benchmarks.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user