We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9845c6 commit 259e422Copy full SHA for 259e422
.github/workflows/benchmark-comparision.yaml
@@ -29,6 +29,10 @@ jobs:
29
# We need to get all the git tags to make version injection work. See VERSION in Makefile for more detail.
30
fetch-depth: 0
31
submodules: true
32
+ - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
33
+ with:
34
+ go-version-file: go.mod
35
+ cache: true
36
- name: Clean up previous files
37
run: |
38
sudo rm -rf /opt/finch
@@ -41,7 +45,9 @@ jobs:
41
45
sudo pkill '^socket_vmnet'
42
46
fi
43
47
- 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
51
- name: Build project
52
53
make
0 commit comments