Skip to content

Commit

Permalink
fix(ci/freebsd): install ca certs to prevent `invalid peer certificat…
Browse files Browse the repository at this point in the history
…e: UnknownIssuer`
  • Loading branch information
rami3l committed May 7, 2024
1 parent c7f5367 commit 3437f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg install -y git gmake bash sudo
pkg install -y git gmake bash sudo ca_root_nss
run: |
echo "========="
echo "create non-root user and log into it"
Expand Down Expand Up @@ -1188,7 +1188,7 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg install -y git gmake bash sudo
pkg install -y git gmake bash sudo ca_root_nss
run: |
echo "========="
echo "create non-root user and log into it"
Expand Down
2 changes: 1 addition & 1 deletion ci/actions-templates/freebsd-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs: # skip-master skip-stable
usesh: true
copyback: false
prepare: |
pkg install -y git gmake bash sudo
pkg install -y git gmake bash sudo ca_root_nss
run: |
echo "========="
echo "create non-root user and log into it"
Expand Down

0 comments on commit 3437f7b

Please sign in to comment.