Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Apr 25, 2024
1 parent eb91187 commit ff7be50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-aws-sdk-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install Dependencies
if: matrix.platform == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install libcurl-dev
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ff7be50

Please sign in to comment.