setup python
Some checks failed
CI / Prepare job (push) Successful in 13s
CI / Build individual modules (push) Successful in 2m46s
CI / Publish repo (push) Failing after 1m11s

setup python cus for some reason it doesn't have it preinstalled
This commit is contained in:
AlmightyHak 2025-06-09 23:19:38 -05:00
parent 8e0e9ff30f
commit 842060363e

View file

@ -152,6 +152,11 @@ jobs:
uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3
with:
packages: "build-tools;34.0.0"
- name: Set up Python
uses: https://github.com/actions/setup-python@v4
with:
python-version: '3.11'
- name: Checkout main branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4