From 0eb4c0a7ed151694c55523373a04b566d8ae2129 Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Thu, 10 Oct 2024 03:05:13 +0000 Subject: [PATCH] ci: Update install step Signed-off-by: Arjun Raja Yogidas --- .github/workflows/benchmark-comparision.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-comparision.yaml b/.github/workflows/benchmark-comparision.yaml index ce4c4d5d0..5afb6b070 100644 --- a/.github/workflows/benchmark-comparision.yaml +++ b/.github/workflows/benchmark-comparision.yaml @@ -41,7 +41,9 @@ jobs: sudo pkill '^socket_vmnet' fi - name: Install Dependencies - run: sudo apt-get install -y golang lz4 automake autoconf libtool yq + run: | + sudo apt-get install -y golang lz4 automake autoconf libtool + sudo snap install yq - name: Build project run: | make