CI: pull LFS after checkout (#24552)

old-commit-hash: 2c2c61fd77
taco
Adeeb Shihadeh 3 years ago committed by GitHub
parent 19aebce4f2
commit 318b9cff4b
  1. 3
      .github/workflows/release.yaml
  2. 3
      .github/workflows/tools_tests.yaml

@ -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

Loading…
Cancel
Save