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

This commit is contained in:
Julien Fastré 2024-11-18 10:30:12 +01:00
parent 5cbd1f5229
commit b3245fd1cb
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -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