From d0328b20d85463aeec217ad617d40d798f1fde5a Mon Sep 17 00:00:00 2001 From: Kent Ross Date: Wed, 10 Apr 2024 16:47:42 -0700 Subject: [PATCH] bench action: no codegen, but run lscpu (#74) --- .github/workflows/bench.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 52a64f1..e6ba799 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -47,17 +47,7 @@ jobs: shell: bash run: | - wget "https://github.com/protocolbuffers/protobuf/releases/download/v23.3/protoc-23.3-linux-x86_64.zip" -O protoc.zip - unzip protoc.zip - chmod +x bin/protoc - mv bin/protoc /usr/local/bin - - wget "https://github.com/google/flatbuffers/releases/download/v23.5.26/Linux.flatc.binary.clang++-12.zip" -O flatbuffers - unzip flatbuffers - chmod +x flatc - mv flatc /usr/local/bin - - sudo apt-get install -y capnproto libprotobuf-dev + lscpu git config --global user.name github-actions git config --global user.email github-actions@github.com