Skip to content

Commit 3437f7b

Browse files
committed
fix(ci/freebsd): install ca certs to prevent invalid peer certificate: UnknownIssuer
1 parent c7f5367 commit 3437f7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ jobs:
11581158
usesh: true
11591159
copyback: false
11601160
prepare: |
1161-
pkg install -y git gmake bash sudo
1161+
pkg install -y git gmake bash sudo ca_root_nss
11621162
run: |
11631163
echo "========="
11641164
echo "create non-root user and log into it"
@@ -1188,7 +1188,7 @@ jobs:
11881188
usesh: true
11891189
copyback: false
11901190
prepare: |
1191-
pkg install -y git gmake bash sudo
1191+
pkg install -y git gmake bash sudo ca_root_nss
11921192
run: |
11931193
echo "========="
11941194
echo "create non-root user and log into it"

ci/actions-templates/freebsd-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs: # skip-master skip-stable
2222
usesh: true
2323
copyback: false
2424
prepare: |
25-
pkg install -y git gmake bash sudo
25+
pkg install -y git gmake bash sudo ca_root_nss
2626
run: |
2727
echo "========="
2828
echo "create non-root user and log into it"

0 commit comments

Comments
 (0)