ci: download lfs modules when building
This commit is contained in:
parent
3414e63489
commit
907721f878
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ jobs:
|
|||
steps:
|
||||
# get the repo first
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- run: git lfs pull origin ${{ env.GITHUB_REF }}
|
||||
- name: "Build it locally"
|
||||
run: nix build --verbose
|
||||
|
||||
|
|
Loading…
Reference in a new issue