Skip to content

Commit

Permalink
Merge pull request #154 from jillesvangurp/see-if-it-builds-without-h…
Browse files Browse the repository at this point in the history
…eaders

comment out libcurl header installation, causing issues
  • Loading branch information
jillesvangurp authored Nov 25, 2024
2 parents 932bd35 + 757c931 commit 7bfd3ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 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 install libcurl4-openssl-dev
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest.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 install libcurl4-openssl-dev
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 7bfd3ce

Please sign in to comment.