From 317ee7c0cba57a7c43788206cc9d53b04ed47918 Mon Sep 17 00:00:00 2001 From: John Mazanec Date: Wed, 5 Aug 2020 17:09:04 -0700 Subject: [PATCH] Add AWS CLI in order to ship library artifacts from container --- .github/workflows/CD.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index ba9036c1..e208dfe0 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -70,9 +70,13 @@ jobs: - name: Install dependencies run: | yum update -y - yum install -y cmake rpm-build gcc-c++ make epel-release + yum install -y cmake rpm-build gcc-c++ make epel-release unzip yum repolist yum install -y dpkg + curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" + unzip awscliv2.zip + sudo ./aws/install + aws --version - name: Build and ship library artifacts env: