This repository was archived by the owner on Apr 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,26 +74,26 @@ jobs:
7474 fetch-depth : 1
7575 lfs : false
7676
77- - name : Build LFS manifest
78- run : git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
79-
80- - name : Restore LFS cache
81- id : lfs-restore
82- uses : actions/cache/restore@v4
83- with :
84- path : .git/lfs
85- key : lfs-${{ runner.os }}-${{ hashFiles('.lfs-assets-id') }}-v1
86- restore-keys : lfs-${{ runner.os }}-
87-
88- - name : Pull missing LFS blobs
89- run : git lfs pull
90-
91- - name : Save the updated LFS cache
92- if : steps.lfs-restore.outputs.cache-hit != 'true'
93- uses : actions/cache/save@v4
94- with :
95- path : .git/lfs
96- key : ${{ steps.lfs-restore.outputs.cache-primary-key }}
77+ # - name: Build LFS manifest
78+ # run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
79+
80+ # - name: Restore LFS cache
81+ # id: lfs-restore
82+ # uses: actions/cache/restore@v4
83+ # with:
84+ # path: .git/lfs
85+ # key: lfs-${{ runner.os }}-${{ hashFiles('.lfs-assets-id') }}-v1
86+ # restore-keys: lfs-${{ runner.os }}-
87+
88+ # - name: Pull missing LFS blobs
89+ # run: git lfs pull
90+
91+ # - name: Save the updated LFS cache
92+ # if: steps.lfs-restore.outputs.cache-hit != 'true'
93+ # uses: actions/cache/save@v4
94+ # with:
95+ # path: .git/lfs
96+ # key: ${{ steps.lfs-restore.outputs.cache-primary-key }}
9797
9898 - uses : mamba-org/setup-micromamba@v1
9999 id : mamba
You can’t perform that action at this time.
0 commit comments