From ec0a1a0b70c265c1b75709c2ad0d92ec22cc9831 Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Wed, 17 Jun 2026 14:11:28 +0800 Subject: [PATCH] [Fix] (ci): fetch trace fixtures from LFS --- .github/workflows/apk.yml | 1 + .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/apk.yml b/.github/workflows/apk.yml index 486d26b5..ded3d39a 100644 --- a/.github/workflows/apk.yml +++ b/.github/workflows/apk.yml @@ -100,6 +100,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 with: + lfs: true submodules: recursive - name: Set artifact metadata diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c29e97f2..90f0d502 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -204,6 +204,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 with: + lfs: true submodules: recursive - name: Get CMake