Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Successful in 13s
CI / Build individual modules (push) Successful in 2m49s
CI / Publish repo (push) Failing after 1m1s

This commit is contained in:
AlmightyHak 2025-06-10 00:26:04 -05:00
parent ff7784f924
commit c833716c0e

View file

@ -153,9 +153,10 @@ jobs:
with:
packages: "build-tools;34.0.0"
- name: Set up Python
- name: Install Python
run: |
apt-get install -y python3 python3-pip
apt-get update && apt-get install -y python3 python3-pip
- name: Checkout main branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4