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

This commit is contained in:
Martin Kudlacek
2025-11-14 11:33:32 +01:00
parent d53f59f44f
commit 796c5a072f

View File

@@ -6,15 +6,13 @@ on:
jobs: jobs:
build_macos: build_macos:
runs-on: macos runs-on-labels: macos
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 run: apk add python3
with:
python-version: "3.13.9"
- name: Install deps - name: Install deps
run: | run: |