Fix workflow: install Docker in container
Some checks failed
/ build (push) Failing after 2m0s

This commit is contained in:
lichenblankie 2026-04-28 19:39:12 +00:00
parent fa8e585b73
commit 020b0e5792

View file

@ -14,7 +14,8 @@ jobs:
- name: Set up Python - name: Set up Python
run: | run: |
apt-get update && apt-get install -y python3 python3-pip python3-venv jq apt-get update && apt-get install -y python3 python3-pip python3-venv jq curl
curl -fsSL https://get.docker.com | sh
pip3 install --break-system-packages -r requirements.txt pip3 install --break-system-packages -r requirements.txt
pip3 install --break-system-packages pyinstaller pip3 install --break-system-packages pyinstaller