mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-19 05:41:17 +00:00
Set LFS URL
This commit is contained in:
parent
a5b73ec694
commit
19bc50bef2
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -6,6 +6,10 @@ concurrency:
|
|||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
# Read-only LFS URL
|
||||||
|
GIT_LFS: https://f9622702b3bbcac0705052a10e62a5a5:31adabe20fe975a919bd1909a6f598f37b0d6486225efa84b38da1aaf27cbd35@assets.isle.pizza/a70a70ae5ebee06d2333bb1132711de1.r2.cloudflarestorage.com/assets
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clang-format:
|
clang-format:
|
||||||
name: 'clang-format'
|
name: 'clang-format'
|
||||||
@ -111,6 +115,11 @@ jobs:
|
|||||||
if: ${{ matrix.msvc }}
|
if: ${{ matrix.msvc }}
|
||||||
uses: ashutoshvarma/setup-ninja@master
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: ${{ matrix.build-assets }}
|
lfs: ${{ matrix.build-assets }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user