Compare commits

..

1 commit

Author SHA1 Message Date
201954e0b6 Add conditional lfs support 2024-09-29 18:21:59 +03:00

View file

@ -20,7 +20,7 @@ runs:
mkdir -p ~/.config/nix && cp /etc/nix/nix.conf ~/.config/nix/
- name: Enable lfs
if: inputs.lfs
if: inputs.lfs == true
shell: "nix shell nixpkgs#git-lfs nixpkgs#gnused --command {0}"
run: |
git lfs install