Skip to content

Commit

Permalink
Merge pull request #1435 from merico-dev/fix-e2e-make-not-found
Browse files Browse the repository at this point in the history
fix: e2e build stage not found make command
  • Loading branch information
daniel-hutao committed Apr 24, 2023
2 parents f5d7629 + f285500 commit 6c01b2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c01b2d

Please sign in to comment.