From e5e5628f4b6294ddc814e27cd664b9449c0c7ef7 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 9 Jun 2023 15:07:21 +0800 Subject: [PATCH] add lfs for nutika build --- .github/workflows/nuitka.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index 15e1309..0e4d014 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -36,6 +36,9 @@ jobs: - name: Check out uses: actions/checkout@v3 + - name: Checkout code + uses: nschloe/action-cached-lfs-checkout@v1 + # 获取短 sha - name: Get short commit sha id: get_short_sha