Skip to content

Commit

Permalink
chore: update dockerized tests workflow build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crystall-bitquill committed Jan 31, 2024
1 parent b5a9fd6 commit ed5092f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install libcurl4
run: sudo apt-get update && sudo apt-get install libcurl4 && sudo apt-get install libcurl4-openssl-dev

- name: Cache AWS SDK libraries
id: cache-dynamic-aws-sdk
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v2

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install libcurl4
run: sudo apt-get update && sudo apt-get install libcurl4 && sudo apt-get install libcurl4-openssl-dev

- name: Cache AWS SDK libraries
id: cache-dynamic-aws-sdk
Expand Down

0 comments on commit ed5092f

Please sign in to comment.