From: Matthew Newton Date: Fri, 14 Oct 2022 14:47:04 +0000 (+0100) Subject: CI: install git-lfs early, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20bbedbdfb27cd5811460ad45b2823085e38f40;p=thirdparty%2Ffreeradius-server.git CI: install git-lfs early, too --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de7f8a96325..6f209fea50a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: # Need git installed for checkout to behave normally - name: Install checkout prerequisites - run: apt-get update && apt-get install -y --no-install-recommends git ca-certificates + run: apt-get update && apt-get install -y --no-install-recommends git git-lfs ca-certificates # Checkout, but defer pulling LFS objects until we've restored the cache - uses: actions/checkout@v2