From 571ebf77fa81deef8adef6fca665e996395e3b43 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 29 Sep 2023 02:19:10 -0700 Subject: [PATCH] CI: fix building prebuilt image (#30099) * fix prebuilt and test it * that does not work --- .github/workflows/prebuilt.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prebuilt.yaml b/.github/workflows/prebuilt.yaml index 8b16ea90b9..8c31bcaac0 100644 --- a/.github/workflows/prebuilt.yaml +++ b/.github/workflows/prebuilt.yaml @@ -27,6 +27,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + - run: git lfs pull - name: Build and Push docker image run: | $DOCKER_LOGIN