setup python
setup python cus for some reason it doesn't have it preinstalled
This commit is contained in:
parent
8e0e9ff30f
commit
842060363e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build_push.yml
vendored
5
.github/workflows/build_push.yml
vendored
|
@ -152,6 +152,11 @@ jobs:
|
||||||
uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3
|
uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3
|
||||||
with:
|
with:
|
||||||
packages: "build-tools;34.0.0"
|
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
|
- name: Checkout main branch
|
||||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue