Skip to content

Commit

Permalink
Try to fix Linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Dec 13, 2023
1 parent 0df4b53 commit 5f37772
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
uses: actions/checkout@v4

- name: Install libcurl
run: sudo apt-get install -y libcurl4-gnutls-dev
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-gnutls-dev
- name: Cache Gradle
uses: actions/cache@v3
Expand Down

0 comments on commit 5f37772

Please sign in to comment.