update daily regression

This commit is contained in:
Yunnglin
2025-11-07 15:58:21 +08:00
parent 2719e90528
commit 6d399f2da6

View File

@@ -24,12 +24,17 @@ jobs:
sudo chown -R $USER:$USER $ACTION_RUNNER_DIR
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
lfs: 'true'
submodules: 'true'
- name: Checkout LFS objects
run: git lfs checkout
lfs: false
submodules: true
fetch-depth: 0
- name: Fetch LFS objects
run: |
git lfs install --local --force
git lfs pull
- name: Run unittest
shell: bash
run: |