Skip to content

Commit

Permalink
Try to fix LFS in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <[email protected]>

fsd

Signed-off-by: Šimon Brandner <[email protected]>
  • Loading branch information
SimonBrandner committed Aug 2, 2024
1 parent a01df3b commit 6b77e39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: LFS pull
run: git lfs pull
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6b77e39

Please sign in to comment.