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.
2 parents f5d7629 + f285500 commit 6c01b2dCopy full SHA for 6c01b2d
.github/workflows/e2e-test.yml
@@ -50,7 +50,9 @@ jobs:
50
go-version: ${{ matrix.go }}
51
cache: true
52
- name: Build
53
- run: make build -j8
+ run: |
54
+ sudo apt-get install gcc automake autoconf libtool make -y
55
+ make build -j8
56
- name: Install AWS CLI v2
57
run: |
58
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tmp/awscliv2.zip
0 commit comments