Merge pull request #2514 from element-hq/feature/bma/fixHtml2

Use nschloe/action-cached-lfs-checkout to retrieve LFS content.
This commit is contained in:
Benoit Marty
2024-03-08 14:19:49 +01:00
committed by GitHub

View File

@@ -11,7 +11,8 @@ jobs:
# Skip in forks
if: github.repository == 'element-hq/element-x-android'
steps:
- uses: actions/checkout@v4
- name: ⏬ Checkout with LFS
uses: nschloe/action-cached-lfs-checkout@v1.2.2
- name: Use JDK 17
uses: actions/setup-java@v4
with: