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
commit 3fd8ae224a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: