diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index c98ff6cb9..69f591c15 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -50,7 +50,9 @@ jobs: go-version: ${{ matrix.go }} cache: true - name: Build - run: make build -j8 + run: | + sudo apt-get install gcc automake autoconf libtool make -y + make build -j8 - name: Install AWS CLI v2 run: | curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tmp/awscliv2.zip