Update build-images.yaml

This commit is contained in:
uazo 2022-10-16 15:41:37 +02:00 committed by GitHub
parent e1996161c3
commit 23a88c1eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -26,7 +26,13 @@ jobs:
generate_build_deps:
name: Generate Build Deps
runs-on: ubuntu-latest
steps:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
path: bromite-buildtools
fetch-depth: 1
- name: Building build-deps container ${{ env.VERSION }}
shell: bash
run: |