fix(ci): manully pull git-lfs files
This commit is contained in:
parent
33a16386c8
commit
4d9262af31
1 changed files with 13 additions and 10 deletions
|
@ -47,14 +47,16 @@ jobs:
|
|||
needs: setup
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 📦 Install Git LFS
|
||||
|
||||
- name: 📥 Checkout source
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: 📦 fetch Git LFS files
|
||||
run: |
|
||||
apt update
|
||||
apt install -y git-lfs
|
||||
- name: 📥 Checkout source
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
git-lfs fetch --all
|
||||
git-lfs pull
|
||||
|
||||
- name: 🗄️ Restore Cargo cache
|
||||
uses: https://github.com/actions/cache@v4
|
||||
|
@ -128,14 +130,15 @@ jobs:
|
|||
args: --target universal2-apple-darwin --release
|
||||
|
||||
steps:
|
||||
- name: 📦 Install Git LFS
|
||||
- name: 📥 Checkout source
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: 📦 fetch Git LFS files
|
||||
run: |
|
||||
apt update
|
||||
apt install -y git-lfs
|
||||
- name: 📥 Checkout source
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
git-lfs fetch --all
|
||||
git-lfs pull
|
||||
|
||||
- name: 🗄️ Restore tool cache
|
||||
uses: https://github.com/actions/cache@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue