Skip to content

Commit 8484e15

Browse files
committed
install curl
Signed-off-by: Swikriti Tripathi <[email protected]>
1 parent 06c8921 commit 8484e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ jobs:
303303
mkdir -p data/ssl
304304
apt update -y
305305
apt install openssl -y
306+
apt install curl
306307
openssl version
307308
openssl req -subj '/CN=nextcloud.local/C=NP/L=Pokhara' -x509 -sha256 -nodes -days 3650 -newkey rsa:2048 -keyout ./data/ssl/nextcloud.local.key -out ./data/ssl/nextcloud.local.crt
308309
ls ./data/ssl

0 commit comments

Comments
 (0)