Skip to content

Commit f285500

Browse files
committed
fix: e2e build stage not found make command with sudo privilege
Signed-off-by: KeHaoKH <hao.ke@merico.dev>
1 parent 1d1fc62 commit f285500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cache: true
5252
- name: Build
5353
run: |
54-
apt-get install gcc automake autoconf libtool make -y
54+
sudo apt-get install gcc automake autoconf libtool make -y
5555
make build -j8
5656
- name: Install AWS CLI v2
5757
run: |

0 commit comments

Comments
 (0)