mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 09:18:54 -05:00
CI/CD acction: use chached LFS checkout
This commit is contained in:
parent
d7d85f8b05
commit
69ff3dc648
5
.github/workflows/sdrangel.yml
vendored
5
.github/workflows/sdrangel.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user