Update .github/workflows/build_push.yml
This commit is contained in:
parent
ff7784f924
commit
c833716c0e
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build_push.yml
vendored
5
.github/workflows/build_push.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue