]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: install git-lfs early, too
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 14 Oct 2022 14:47:04 +0000 (15:47 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 14 Oct 2022 14:47:04 +0000 (15:47 +0100)
.github/workflows/ci.yml

index de7f8a96325b42f57bb6d88424a3eb851bf4d708..6f209fea50a0e3123741a0b74a1acad73323eaf9 100644 (file)
@@ -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