Skip to content

Commit

Permalink
Remove checkout LFS step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jodlos committed May 27, 2024
1 parent 423118f commit 6b188d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- name: Checkout LFS
uses: nschloe/[email protected]
- name: Install dependencies
run: mix deps.get && mix deps.compile
- name: Checks if compiles without warning
Expand Down

0 comments on commit 6b188d2

Please sign in to comment.