remove lfs check(out of bandwith!)

This commit is contained in:
shenjack 2023-06-11 11:40:12 +08:00
parent 445eb9391f
commit f0b9e10d2a

View File

@ -40,9 +40,6 @@ jobs:
- name: Check out
uses: actions/checkout@v3
- name: Checkout code
uses: nschloe/action-cached-lfs-checkout@v1
# 安装 Python
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4