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

This commit is contained in:
Martin Kudlacek
2025-11-14 12:14:03 +01:00
parent 9826635a80
commit a0221fa9d8

View File

@@ -10,8 +10,10 @@ jobs:
container: python:3.13-alpine
steps:
- run: apk add nodejs
- uses: actions/checkout@v3
- name: Checkout
run: |
git clone https://${{ gitea.server_url }}/${{ gitea.repository }} .
git checkout ${{ gitea.ref_name }}
- name: Install deps
run: |