fetching lfs manually
Some checks failed
Build an image to deploy website / build (push) Failing after 45s
Some checks failed
Build an image to deploy website / build (push) Failing after 45s
This commit is contained in:
parent
5cbd1f5229
commit
b3245fd1cb
@ -15,9 +15,11 @@ jobs:
|
|||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
|
||||||
lfs: true
|
- name: Fetch lfs
|
||||||
|
run: |
|
||||||
|
git lfs pull
|
||||||
|
|
||||||
- name: update packages
|
- name: update packages
|
||||||
run: apt-get update
|
run: apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user