WIP
Some checks failed
Build Detektor binarie / build_macos (push) Failing after 44s

This commit is contained in:
Martin Kudlacek
2025-11-14 12:16:09 +01:00
parent 3dccbad5e6
commit 966bc9e868

View File

@@ -13,7 +13,7 @@ jobs:
- name: Checkout
run: |
apk add git
git clone https://${{ gitea.server_url }}/${{ gitea.repository }} .
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
git checkout ${{ gitea.ref_name }}
- name: Install deps