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

This commit is contained in:
Martin Kudlacek
2025-11-14 11:04:52 +01:00
parent 824d3818fa
commit be3d5eb83c

View File

@@ -13,7 +13,7 @@ jobs:
run: echo "Hello, this is MacOS builder"
- name: Install Python
run: apk add python3
run: apk add python3 pip3
- name: Install Python dependencies
run: pip3 install -r requirements.txt