Workaround Nix not fetching LFS files.

See https://github.com/NixOS/nix/issues/4623#issuecomment-1270580999.
This commit is contained in:
Shuxian Wang 2023-06-02 01:53:11 -07:00
parent 14c0711287
commit d6bc231707

View file

@ -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