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

This commit is contained in:
AlmightyHak 2025-06-10 00:15:21 -05:00
parent e9a5276856
commit ff7784f924

View file

@ -155,7 +155,8 @@ jobs:
- name: Set up Python
run: |
apt-get python3
apt-get install -y python3 python3-pip
- name: Checkout main branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with: