Fix LFS #3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user