mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Fix LFS CI
This commit is contained in:
parent
19bc50bef2
commit
beea834dc4
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -6,10 +6,6 @@ concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
# Read-only LFS URL
|
||||
GIT_LFS: https://f9622702b3bbcac0705052a10e62a5a5:31adabe20fe975a919bd1909a6f598f37b0d6486225efa84b38da1aaf27cbd35@assets.isle.pizza/a70a70ae5ebee06d2333bb1132711de1.r2.cloudflarestorage.com/assets
|
||||
|
||||
jobs:
|
||||
clang-format:
|
||||
name: 'clang-format'
|
||||
@ -115,15 +111,15 @@ jobs:
|
||||
if: ${{ matrix.msvc }}
|
||||
uses: ashutoshvarma/setup-ninja@master
|
||||
|
||||
- name: Configure Git LFS
|
||||
if: ${{ matrix.build-assets }}
|
||||
run: |
|
||||
git config --global lfs.url "${{ env.GIT_LFS }}"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: ${{ matrix.build-assets }}
|
||||
|
||||
- name: Checkout LFS
|
||||
if: ${{ matrix.build-assets }}
|
||||
run: |
|
||||
git lfs pull
|
||||
|
||||
- name: Setup Java (Android)
|
||||
if: ${{ matrix.android }}
|
||||
uses: actions/setup-java@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user