Skip to content

Commit

Permalink
bench action: no codegen, but run lscpu (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates authored Apr 10, 2024
1 parent 0d78d7b commit d0328b2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0328b2

Please sign in to comment.