From ad9648a40d7564ca3f20c5c4f0553b528bb2b49d Mon Sep 17 00:00:00 2001 From: Finn Hodgkin Date: Fri, 18 Oct 2024 11:29:10 +0100 Subject: [PATCH] With LFS checkout --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5df0c7b..9471b98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: recursive + lfs: 'true' - name: Install cargo-dist # we specify bash to get pipefail; it guards against the `curl` command # failing. otherwise `sh` won't catch that `curl` returned non-0