CI lfs
Build / Deploy (push) Failing after 26s
Details
Build / Deploy (push) Failing after 26s
Details
This commit is contained in:
parent
d77d9d3b9a
commit
d92eb87983
|
@ -16,6 +16,11 @@ jobs:
|
|||
url: ${{vars.NODE_RED_WORKFLOW_STARTED_URL}}
|
||||
data: '{"job": ${{toJSON(job)}}, "gitea": ${{toJSON(gitea)}}}'
|
||||
|
||||
- name: Install LFS
|
||||
run: |
|
||||
sudo apt-get install -y git-lfs
|
||||
git lfs install
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue