[ci] I think this actually works
Some checks failed
CI / Rustfmt (push) Successful in 33s
CI / flatpak (push) Failing after 3m45s

This commit is contained in:
2026-03-19 22:12:42 -04:00
parent ddf0dfe3c2
commit 698c383e8e

View File

@ -36,8 +36,8 @@ jobs:
- name: Checkout source
run: |
git clone ${GITEA_SERVER_URL}/${GITEA_REPOSITORY}.git .
git checkout ${GITEA_SHA}
git clone ${{ github.server_url }}/${{ github.repository }} .
git checkout ${{ github.sha }}
- name: Build Flatpak
run: |