Skip to content

Commit 259e422

Browse files
committed
ci: Update install step
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent d9845c6 commit 259e422

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/benchmark-comparision.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
# We need to get all the git tags to make version injection work. See VERSION in Makefile for more detail.
3030
fetch-depth: 0
3131
submodules: true
32+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
33+
with:
34+
go-version-file: go.mod
35+
cache: true
3236
- name: Clean up previous files
3337
run: |
3438
sudo rm -rf /opt/finch
@@ -41,7 +45,9 @@ jobs:
4145
sudo pkill '^socket_vmnet'
4246
fi
4347
- name: Install Dependencies
44-
run: sudo apt-get install -y golang lz4 automake autoconf libtool yq
48+
run: |
49+
sudo apt-get install -y lz4 automake autoconf libtool
50+
sudo snap install yq
4551
- name: Build project
4652
run: |
4753
make

0 commit comments

Comments
 (0)