Skip to content

Commit

Permalink
Enable Git LFS when checking out the repository in the GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxalus committed Feb 6, 2022
1 parent b206914 commit c8906f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v2

with:
lfs: 'true'
- name: Build Binary
shell: cmd
run: call .\CI\Build.cmd
Expand Down

0 comments on commit c8906f1

Please sign in to comment.