Skip to content

Commit

Permalink
Workaround Nix not fetching LFS files.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsx-udscbt committed Jun 2, 2023
1 parent 14c0711 commit d6bc231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d6bc231

Please sign in to comment.