Skip to content

Commit

Permalink
Merge branch 'master' into szaffarano/linux-support
Browse files Browse the repository at this point in the history
  • Loading branch information
szaffarano authored Nov 25, 2024
2 parents fe81529 + 80a87ad commit e902b67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -47,7 +47,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@master
- name: Install cURL Headers
run: sudo apt-get install libcurl4-openssl-dev
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 e902b67

Please sign in to comment.