Skip to content

Commit acf866b

Browse files
committed
change install
1 parent 0fc95c4 commit acf866b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ec2-pipeline-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Verify EC2 Instance
104104
run: |
105-
apt update && apt upgrade -y && apt install -y build-essential curl wget git vim unzip awscli zip tar apt-transport-https gnupg lsb-release
105+
DEBIAN_FRONTEND=noninteractive apt update && apt upgrade -y && apt install -y curl wget git vim unzip awscli zip tar lsb-release
106106
107107
echo "Checking instance information..."
108108
# Check if we're on EC2

0 commit comments

Comments
 (0)