Skip to content

Commit adac90c

Browse files
committed
install curl
1 parent ae02940 commit adac90c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: startsWith(matrix.os, 'ubuntu')
2020
run: |
2121
sudo apt-get update
22-
sudo apt-get install -y asciidoc python3-pygit2 python3-pip
22+
sudo apt-get install -y asciidoc python3-pygit2 python3-pip libcurl4-openssl-dev
2323
- name: Install system dependencies (MacOS)
2424
if: startsWith(matrix.os, 'macos')
2525
run : |

0 commit comments

Comments
 (0)