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 410781307f - Show all commits

View File

@ -14,11 +14,12 @@ jobs:
build: build:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- name: Check out repository
uses: https://github.com/actions/checkout@v4
- name: Fetch lfs - name: Fetch lfs
run: | run: |
git init
git remote add origin gitea@example.com:org/repo.git
git fetch --depth 1 origin ${{ gitea.ref }}
git checkout FETCH_HEAD
git lfs pull git lfs pull
- name: update packages - name: update packages