Compare commits

..

1 commit

Author SHA1 Message Date
19f472c59c Add conditional lfs support 2024-09-29 18:01:50 +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 == true
if: inputs.lfs
shell: "nix shell nixpkgs#git-lfs nixpkgs#gnused --command {0}"
run: |
git lfs install