fix(ci): manully pull git-lfs files
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 11s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 1m13s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build universal2-apple-darwin (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 11s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 1m13s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build universal2-apple-darwin (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
This commit is contained in:
parent
33a16386c8
commit
b97dd094e1
1 changed files with 13 additions and 10 deletions
|
@ -47,14 +47,16 @@ jobs:
|
||||||
needs: setup
|
needs: setup
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 📦 Install Git LFS
|
|
||||||
|
- name: 📥 Checkout source
|
||||||
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
|
- name: 📦 fetch Git LFS files
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y git-lfs
|
apt install -y git-lfs
|
||||||
- name: 📥 Checkout source
|
git-lfs fetch --all
|
||||||
uses: https://github.com/actions/checkout@v4
|
git-lfs pull
|
||||||
with:
|
|
||||||
lfs: true
|
|
||||||
|
|
||||||
- name: 🗄️ Restore Cargo cache
|
- name: 🗄️ Restore Cargo cache
|
||||||
uses: https://github.com/actions/cache@v4
|
uses: https://github.com/actions/cache@v4
|
||||||
|
@ -128,14 +130,15 @@ jobs:
|
||||||
args: --target universal2-apple-darwin --release
|
args: --target universal2-apple-darwin --release
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 📦 Install Git LFS
|
- name: 📥 Checkout source
|
||||||
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
|
- name: 📦 fetch Git LFS files
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y git-lfs
|
apt install -y git-lfs
|
||||||
- name: 📥 Checkout source
|
git-lfs fetch --all
|
||||||
uses: https://github.com/actions/checkout@v4
|
git-lfs pull
|
||||||
with:
|
|
||||||
lfs: true
|
|
||||||
|
|
||||||
- name: 🗄️ Restore tool cache
|
- name: 🗄️ Restore tool cache
|
||||||
uses: https://github.com/actions/cache@v4
|
uses: https://github.com/actions/cache@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue