Fix LFS #3

Merged
julienfastre merged 7 commits from enable-lfs into master 2024-11-18 10:33:19 +00:00
Showing only changes of commit fcb16e9ea0 - Show all commits

View File

@ -14,10 +14,11 @@ jobs:
build: build:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- name: Fetch lfs - name: Git checkout with LFS
# see https://gitea.com/gitea/act_runner/issues/164#issuecomment-921571
run: | run: |
git init git init
git remote add origin gitea@example.com:org/repo.git git remote add origin git@gitea.champs-libres.be:champs-libres/prez-concepts-chill.git
git fetch --depth 1 origin ${{ gitea.ref }} git fetch --depth 1 origin ${{ gitea.ref }}
git checkout FETCH_HEAD git checkout FETCH_HEAD
git lfs pull git lfs pull