Skip to content

Commit

Permalink
install curl in a build process
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Jul 12, 2024
1 parent d590f9b commit 8f362a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
distribution: 'zulu'
java-version: 17

- name: Install curl and curl-dev
run: |
sudo apt-get install -y curl
sudo apt-get install -y libcurl4-gnutls-dev
- name: Build with Gradle
uses: eskatos/gradle-command-action@v3
with:
Expand Down

0 comments on commit 8f362a0

Please sign in to comment.