fetching lfs manually
Some checks failed
Build an image to deploy website / build (push) Failing after 45s

This commit is contained in:
2024-11-18 10:30:12 +01:00
parent 5cbd1f5229
commit b3245fd1cb

View File

@@ -15,9 +15,11 @@ jobs:
runs-on: cth-ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
lfs: true
uses: https://github.com/actions/checkout@v4
- name: Fetch lfs
run: |
git lfs pull
- name: update packages
run: apt-get update