install make

pull/8819/head
Medya Gh 2020-07-24 00:02:10 -07:00
parent 09a32f11cc
commit b662a4ea9c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
run: go mod download
- name: Build Binaries
run: |
apt-get install -y make
sudo apt-get install -y make
make linux
make e2e-linux-amd64
cp -r test/integration/testdata ./out