Skip to content

Commit

Permalink
Install correct libcurl (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Sep 9, 2023
1 parent 45903d5 commit a446a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Run tests
run: ./gradlew nativeTest
Expand Down

0 comments on commit a446a7d

Please sign in to comment.