Skip to content

Commit 5540b2d

Browse files
committed
fix git lfs
1 parent 2ae30fa commit 5540b2d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,15 @@ jobs:
2929
submodules: recursive
3030
lfs: true
3131

32-
- name: Checkout LFS objects
33-
run: git lfs checkout
32+
- name: Fetch LFS objects
33+
34+
- name: Debug LFS (Windows)
35+
if: runner.os == 'Windows'
36+
shell: powershell
37+
run: |
38+
ls third_party/obr/lib/Windows/Release/obr.lib
39+
Get-Item third_party/obr/lib/Windows/Release/obr.lib | Select-Object Length
40+
3441
3542
# --- Caching Steps (Common) ---
3643
- name: Cache Protobuf Build

0 commit comments

Comments
 (0)