Skip to content

Commit 78d4d67

Browse files
committed
Fixed github ci script.
1 parent 395014b commit 78d4d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
ocaml-compiler: ${{ matrix.ocaml-version }}
5151

52-
- run: sudo apt install libcrypto++-dev libminiupnpc-dev libnatpmp-dev libgd-dev
52+
- run: sudo apt update && sudo apt install libcrypto++-dev libminiupnpc-dev libnatpmp-dev libgd-dev libcurl-ocaml-dev
5353
if: matrix.os == 'ubuntu-latest'
5454

5555
- run: brew install cryptopp miniupnpc libnatpmp gd

0 commit comments

Comments
 (0)