Skip to content

Commit

Permalink
Add logic of pulling lsf files in git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Apr 30, 2024
1 parent e4c74db commit 525ea38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Git LFS
uses: actions/setup-git-lfs@v1
with:
lfs: true

- name: Pull Git LFS files
run: git lfs pull
Expand Down

0 comments on commit 525ea38

Please sign in to comment.