Skip to content

Commit

Permalink
Install libcurl in Linux native
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Sep 9, 2023
1 parent 59eb119 commit 45903d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install libcurl
run: sudo apt-get install -y libcurl-dev

- name: Run tests
run: ./gradlew nativeTest

Expand Down

0 comments on commit 45903d5

Please sign in to comment.