Update build-images.yaml
This commit is contained in:
parent
e1996161c3
commit
23a88c1eb8
8
.github/workflows/build-images.yaml
vendored
8
.github/workflows/build-images.yaml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user