Skip to content

Commit

Permalink
.github/workflows/build.yml: add lfs: true to version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 2, 2021
1 parent b7d3caf commit 7ce5232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
lfs: 'true'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 7ce5232

Please sign in to comment.