ci: Use curl/tar for deploy checkout (host has no git)
Some checks failed
Lint & Build / Security Flaw Analysis (push) Successful in 16s
Lint & Build / Secret Scanning (push) Successful in 5s
Lint & Build / C/C++ Static Analysis (push) Successful in 28s
Lint & Build / Build Firmware (push) Has been skipped
Lint & Build / Deploy to ESP Fleet (push) Failing after 1s

This commit is contained in:
user
2026-02-05 23:29:52 +01:00
parent 12fa03a2d5
commit f9d22cbe39

View File

@@ -119,8 +119,9 @@ jobs:
steps:
- name: Checkout
run: |
git clone --depth=1 --branch=${{ github.ref_name }} \
https://oauth2:${{ github.token }}@git.mymx.me/${{ github.repository }}.git .
curl -sL -H "Authorization: token ${{ github.token }}" \
"https://git.mymx.me/api/v1/repos/${{ github.repository }}/archive/${{ github.ref_name }}.tar.gz" \
| tar -xz --strip-components=1
- name: Build firmware
run: |