We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395014b commit 78d4d67Copy full SHA for 78d4d67
.github/workflows/workflow.yml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
ocaml-compiler: ${{ matrix.ocaml-version }}
51
52
- - run: sudo apt install libcrypto++-dev libminiupnpc-dev libnatpmp-dev libgd-dev
+ - run: sudo apt update && sudo apt install libcrypto++-dev libminiupnpc-dev libnatpmp-dev libgd-dev libcurl-ocaml-dev
53
if: matrix.os == 'ubuntu-latest'
54
55
- run: brew install cryptopp miniupnpc libnatpmp gd
0 commit comments