Workaround Nix not fetching LFS files.
See https://github.com/NixOS/nix/issues/4623#issuecomment-1270580999.
This commit is contained in:
parent
14c0711287
commit
d6bc231707
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -14,5 +14,5 @@ jobs:
|
|||
- uses: cachix/install-nix-action@v21
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||
- run: nix build
|
||||
- run: GIT_LFS_SKIP_SMUDGE=1 nix build
|
||||
- run: nix flake check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue