From 259e42288412308a6855470a859936de07fc533b 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-comparision.yaml b/.github/workflows/benchmark-comparision.yaml index ce4c4d5d0..f4b728098 100644 --- a/.github/workflows/benchmark-comparision.yaml +++ b/.github/workflows/benchmark-comparision.yaml @@ -29,6 +29,10 @@ jobs: # We need to get all the git tags to make version injection work. See VERSION in Makefile for more detail. fetch-depth: 0 submodules: true + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + with: + go-version-file: go.mod + cache: true - name: Clean up previous files run: | sudo rm -rf /opt/finch @@ -41,7 +45,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 lz4 automake autoconf libtool + sudo snap install yq - name: Build project run: | make