CI: clone the main branch in the dev-track job
Some checks failed
dev release / build (push) Failing after 7m36s

The job still checked out `dev`, which no longer exists.
This commit is contained in:
Breadway 2026-08-16 13:50:12 +08:00
parent 7ae40e58a3
commit a80c49593d

View file

@ -16,7 +16,7 @@ jobs:
run: |
set -euo pipefail
rm -rf src && mkdir src
git clone --branch dev --depth 1 \
git clone --branch main --depth 1 \
"https://git.breadway.dev/${GITHUB_REPOSITORY}.git" src
- name: build