try cloning with lfs

This commit is contained in:
dcvz 2024-05-16 15:31:06 +02:00
parent a9b104bca8
commit 6dc2384e08

View file

@ -55,7 +55,7 @@ jobs:
- name: Prepare Build
if: runner.os != 'Windows'
run: |-
git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
git lfs clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
cd zre
./process.sh
env: