We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae02940 commit adac90cCopy full SHA for adac90c
1 file changed
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
if: startsWith(matrix.os, 'ubuntu')
20
run: |
21
sudo apt-get update
22
- sudo apt-get install -y asciidoc python3-pygit2 python3-pip
+ sudo apt-get install -y asciidoc python3-pygit2 python3-pip libcurl4-openssl-dev
23
- name: Install system dependencies (MacOS)
24
if: startsWith(matrix.os, 'macos')
25
run : |
0 commit comments