Skip to content

Commit b5405ba

Browse files
committed
fix(ci/freebsd): install ca certs to prevent certificate-related issues
1 parent 4b2c091 commit b5405ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ jobs:
13611361
usesh: true
13621362
copyback: false
13631363
prepare: |
1364-
pkg install -y git gmake bash sudo \
1364+
pkg install -y git gmake bash sudo ca_root_nss \
13651365
`# The following packages are required by 'aws-lc-rs':` \
13661366
cmake-core llvm-devel-lite rust-bindgen-cli
13671367
run: |
@@ -1393,7 +1393,7 @@ jobs:
13931393
usesh: true
13941394
copyback: false
13951395
prepare: |
1396-
pkg install -y git gmake bash sudo \
1396+
pkg install -y git gmake bash sudo ca_root_nss \
13971397
`# The following packages are required by 'aws-lc-rs':` \
13981398
cmake-core llvm-devel-lite rust-bindgen-cli
13991399
run: |

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-main 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
`# The following packages are required by 'aws-lc-rs':` \
2727
cmake-core llvm-devel-lite rust-bindgen-cli
2828
run: |

0 commit comments

Comments
 (0)