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

This commit is contained in:
AlmightyHak 2025-06-10 00:09:27 -05:00
parent d40494aece
commit e9a5276856

View file

@ -154,11 +154,8 @@ jobs:
packages: "build-tools;34.0.0" packages: "build-tools;34.0.0"
- name: Set up Python - name: Set up Python
uses: https://github.com/actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db # v5 run: |
with: apt-get python3
python-version: '3.10'
architecture: 'x64'
- name: Checkout main branch - name: Checkout main branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with: with: