ci: download lfs modules when building
This commit is contained in:
parent
3414e63489
commit
81af6d3ec3
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ jobs:
|
|||
steps:
|
||||
# get the repo first
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: "Build it locally"
|
||||
run: nix build --verbose
|
||||
|
||||
|
|
Loading…
Reference in a new issue