Skip to content

Commit

Permalink
lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Dec 8, 2024
1 parent cbac4d6 commit fd05bca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/bench_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
steps:
- name: Setup Git LFS
run: |
# Install Git LFS
brew install git-lfs || echo "Failed to install via brew, trying alternative"
# Verify git version
git --version
# Print current Git LFS status
which git-lfs || echo "git-lfs not found"
git lfs version || echo "git-lfs version failed"
# Ensure Git LFS is initialized
# Initialize Git LFS
git lfs install
# Verify installation
Expand Down

0 comments on commit fd05bca

Please sign in to comment.