CI: pull LFS after checkout (#24552)

This commit is contained in:
Adeeb Shihadeh
2022-05-16 14:30:20 -07:00
committed by GitHub
parent 961a121fde
commit 2c2c61fd77
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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