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:
runs-on: cth-ubuntu-latest
steps:
- name: Check out repository
uses: https://github.com/actions/checkout@v4
- name: Fetch lfs
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
- name: update packages