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

View File

@@ -26,7 +26,13 @@ jobs:
generate_build_deps: generate_build_deps:
name: Generate Build Deps name: Generate Build Deps
runs-on: ubuntu-latest 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 }} - name: Building build-deps container ${{ env.VERSION }}
shell: bash shell: bash
run: | run: |