CI/CD acction: use chached LFS checkout

This commit is contained in:
f4exb 2021-11-03 21:54:44 +01:00
parent d7d85f8b05
commit 69ff3dc648
1 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,8 @@ name: SDRangel CI/CD
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
@ -28,10 +30,9 @@ jobs:
generators: Ninja
}
steps:
- uses: actions/checkout@v2
- uses: nschloe/action-cached-lfs-checkout@v1
with:
submodules: true
lfs: true
fetch-depth: 0
- name: Print env
run: |