Skip to content

Commit f0fca5d

Browse files
committed
Use OpenSSL flavour of cURL
1 parent 26fb974 commit f0fca5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install -y cmake build-essential libcurl4-gnutls-dev ninja-build
25+
sudo apt-get install -y cmake build-essential libcurl4-openssl-dev ninja-build
2626
2727
- name: Checkout ring-ftp
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)