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

This commit is contained in:
Chance 2025-04-21 20:49:35 -04:00
parent 0aecf8d0ed
commit 33a16386c8
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -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