Skip to content

Commit

Permalink
add curl back in but properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Nov 25, 2024
1 parent 2dd16e5 commit 80a87ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-docs-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@master
# - name: Install cURL Headers
# run: sudo apt-get install libcurl4-openssl-dev
- name: Install cURL Headers
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev -y
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -46,6 +46,8 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@master
- name: Install cURL Headers
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev -y
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 80a87ad

Please sign in to comment.