Skip to content

Commit a1bfeb0

Browse files
committed
Don't need extra packages with the tests split out
1 parent 03eccb4 commit a1bfeb0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/benchmarks-run.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ jobs:
8888
- name: Make Binary Executable
8989
run: chmod +x target/release/frequency
9090

91-
- name: Install Required Packages
92-
run: |
93-
sudo apt-get update
94-
sudo apt install -y protobuf-compiler libclang-dev clang cmake
95-
- name: Install Rust Toolchain
96-
# Match installation steps to CI base docker image
97-
run: |
98-
curl https://sh.rustup.rs -sSf | HOME=`pwd` bash -s -- -y
99-
echo "PATH=`pwd`/.cargo/bin:$PATH" >> $GITHUB_ENV
10091
- name: Update Weights
10192
run: |
10293
rustup show

0 commit comments

Comments
 (0)