1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-06 07:07:48 -04:00

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

View File

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