Skip to content

Commit

Permalink
Install native dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Nov 27, 2023
1 parent eb79423 commit 2debf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
with:
role-to-assume: ${{ secrets.CD_API_REFS_PUBLISH_ROLE_ARN }}
aws-region: us-east-1
- name: Install AWS CLI
- name: Install AWS CLI and native dependencies
run: |
DEBIAN_FRONTEND="noninteractive" apt-get update
apt-get -y install curl unzip
apt-get -y install curl unzip openssl libssl-dev
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip && ./aws/install
- name: Display user
Expand Down

0 comments on commit 2debf50

Please sign in to comment.