come on LLMs!
Some checks failed
nix docker build stable / amd64 (pull_request) Failing after 30s
nix docker build unstable / amd64 (pull_request) Failing after 27s

This commit is contained in:
Aaron Honeycutt 2026-02-06 09:42:27 -07:00
parent 00d56ec9fc
commit 62f6ddf338

View file

@ -33,6 +33,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
with:
# Keep it shallow
fetch-depth: 1
# Override the repository URL to HTTP
repository: ${{ forgejo.repository }}
persist-credentials: false
- name: Build
run: |