Skip to content

Commit

Permalink
Use git LFS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Jan 13, 2025
1 parent 91268ba commit a40c323
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: 'true'

- name: Setup cmake
uses: jwlawson/[email protected]
Expand Down

0 comments on commit a40c323

Please sign in to comment.