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

This commit is contained in:
Martin Kudlacek
2025-11-14 12:44:23 +01:00
parent f983266bb8
commit 53f92991ce

View File

@@ -8,12 +8,13 @@ jobs:
build_macos: build_macos:
runs-on: macos runs-on: macos
# alpine doesn't have prebuilt wheels # alpine doesn't have prebuilt wheels
container: python:3.12-slim container: python:3.13-slim
steps: steps:
- name: Checkout - name: Checkout
run: | run: |
apk add git apt update -y
apt install -y git
git clone ${{ gitea.server_url }}/${{ gitea.repository }} . git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
git checkout ${{ gitea.ref_name }} git checkout ${{ gitea.ref_name }}