Skip to content

Commit 09b85b9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
mkdir -p data/ssl
304304
apt update -y
305305
apt install openssl -y
306-
apt install curl
306+
apt install curl -y
307307
openssl version
308308
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
309309
ls ./data/ssl

0 commit comments

Comments
 (0)