Skip to content

Commit 0ab5b6c

Browse files
authored
Merge pull request #10 from coderbirju/temp-finch-v-docker-benchmarking
ci: Update install step
2 parents d9845c6 + 0eb4c0a commit 0ab5b6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmark-comparision.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
sudo pkill '^socket_vmnet'
4242
fi
4343
- name: Install Dependencies
44-
run: sudo apt-get install -y golang lz4 automake autoconf libtool yq
44+
run: |
45+
sudo apt-get install -y golang lz4 automake autoconf libtool
46+
sudo snap install yq
4547
- name: Build project
4648
run: |
4749
make

0 commit comments

Comments
 (0)