mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
@@ -19,9 +19,10 @@ jobs:
|
||||
running-workflow-name: 'build master-ci'
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Pull LFS
|
||||
run: git lfs pull
|
||||
- name: Build master-ci
|
||||
run: |
|
||||
BRANCH=master-ci release/build_devel.sh
|
||||
|
||||
@@ -44,8 +44,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
submodules: true
|
||||
- name: Pull LFS
|
||||
run: git lfs pull
|
||||
- name: Build base image
|
||||
run: eval "$BUILD"
|
||||
- name: Pull latest simulator image
|
||||
|
||||
Reference in New Issue
Block a user