46 - Install ca-certificates in the build job
This commit is contained in:
parent
bb0b94f8fe
commit
b38a8744bb
1 changed files with 3 additions and 2 deletions
|
|
@ -116,9 +116,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
# checkout@v4 without git falls back to a REST API tarball download that
|
||||
# Forgejo does not serve, failing with a bare 404.
|
||||
# Forgejo does not serve (404); without ca-certificates git cannot verify
|
||||
# the forge's TLS certificate ("CAfile: none").
|
||||
- name: Install git
|
||||
run: apt-get update && apt-get install -y --no-install-recommends git
|
||||
run: apt-get update && apt-get install -y --no-install-recommends git ca-certificates
|
||||
|
||||
- uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue