From 318b9cff4be57407f61a1787c24ea86652dd5926 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 16 May 2022 14:30:20 -0700 Subject: [PATCH] CI: pull LFS after checkout (#24552) old-commit-hash: 2c2c61fd77278443cbbf46a93148e1b0aaf5b798 --- .github/workflows/release.yaml | 3 ++- .github/workflows/tools_tests.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ac9a31e312..14555f1e7d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.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 diff --git a/.github/workflows/tools_tests.yaml b/.github/workflows/tools_tests.yaml index 2c2bbd30bd..7b01728e5c 100644 --- a/.github/workflows/tools_tests.yaml +++ b/.github/workflows/tools_tests.yaml @@ -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