Skip to content

Commit

Permalink
install libcurl so aws sdk cpp can be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanctech committed Oct 6, 2023
1 parent 3a9a174 commit 970cc56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: ${{ secrets.AWS_REGION }}
- name: Install dependencies
run: |
sudo apt clean && sudo apt update
sudo apt-get -y install libcurl4-openssl-dev
- name: Run code coverage
run: |
mkdir build
Expand Down

0 comments on commit 970cc56

Please sign in to comment.