fix lfs
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
git config --local lfs.transfer.maxretries 1
|
||||
|
||||
/usr/bin/git lfs fetch origin refs/remotes/origin/${{ github.ref_name }}
|
||||
/usr/bin/git lfs fetch origin refs/remotes/origin/${{ github.head_ref || github.ref_name }}
|
||||
/usr/bin/git lfs checkout
|
||||
- name: Use ssh key
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
|
||||
Reference in New Issue
Block a user