Update build_bromite.yaml
This commit is contained in:
parent
f83cb919d3
commit
0d852b169d
5
.github/workflows/build_bromite.yaml
vendored
5
.github/workflows/build_bromite.yaml
vendored
@ -21,6 +21,11 @@ jobs:
|
|||||||
check_images:
|
check_images:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Get current chromium version
|
- name: Get current chromium version
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user