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