release/0.4.0 #60

Merged
myrmidex merged 30 commits from release/0.4.0 into main 2026-08-16 11:58:52 +02:00
Showing only changes of commit b38a8744bb - Show all commits

View file

@ -116,9 +116,10 @@ jobs:
steps: steps:
# checkout@v4 without git falls back to a REST API tarball download that # 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 - 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 - uses: https://data.forgejo.org/actions/checkout@v4