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:
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:
|
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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user