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 b3245fd1cb - Show all commits

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