No more git lfs, git lfs is metered
Dieser Commit ist enthalten in:
Ursprung
9a9614edc0
Commit
f4c9e722c9
30
.github/workflows/build.yml
vendored
30
.github/workflows/build.yml
vendored
@ -97,13 +97,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
# All:
|
|
||||||
- name: Checkout LFS objects
|
|
||||||
run: git lfs checkout
|
|
||||||
|
|
||||||
# Windows only:
|
# Windows only:
|
||||||
- name: Install Qt 5
|
- name: Install Qt 5
|
||||||
if: startswith(matrix.config.os, 'windows')
|
if: startswith(matrix.config.os, 'windows')
|
||||||
@ -309,13 +304,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
# All:
|
|
||||||
- name: Checkout LFS objects
|
|
||||||
run: git lfs checkout
|
|
||||||
|
|
||||||
# Ubuntu only:
|
# Ubuntu only:
|
||||||
- name: apt update
|
- name: apt update
|
||||||
if: startswith(matrix.config.os, 'ubuntu')
|
if: startswith(matrix.config.os, 'ubuntu')
|
||||||
@ -436,12 +426,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Checkout LFS objects
|
|
||||||
run: git lfs checkout
|
|
||||||
|
|
||||||
- name: "Download artifact: lang"
|
- name: "Download artifact: lang"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
@ -476,12 +462,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Checkout LFS objects
|
|
||||||
run: git lfs checkout
|
|
||||||
|
|
||||||
- name: Build language files
|
- name: Build language files
|
||||||
working-directory: ${{github.workspace}}/shared/translations
|
working-directory: ${{github.workspace}}/shared/translations
|
||||||
run: python3 json2lang.py
|
run: python3 json2lang.py
|
||||||
@ -502,12 +484,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Checkout LFS objects
|
|
||||||
run: git lfs checkout
|
|
||||||
|
|
||||||
- name: Install python packages
|
- name: Install python packages
|
||||||
run: sudo pip3 install cmarkgfm
|
run: sudo pip3 install cmarkgfm
|
||||||
|
|
||||||
@ -531,12 +509,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Checkout LFS objects
|
|
||||||
run: git lfs checkout
|
|
||||||
|
|
||||||
- name: Build manual
|
- name: Build manual
|
||||||
working-directory: ${{github.workspace}}/manual
|
working-directory: ${{github.workspace}}/manual
|
||||||
run: ./buildluadoc.py
|
run: ./buildluadoc.py
|
||||||
@ -558,12 +532,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Checkout LFS objects
|
|
||||||
run: git lfs checkout
|
|
||||||
|
|
||||||
- name: Download artifacts 1/2
|
- name: Download artifacts 1/2
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
BIN
server/thirdparty/libarchive/bin/archive.dll
vendored
BIN
server/thirdparty/libarchive/bin/archive.dll
vendored
Binäre Datei nicht angezeigt.
BIN
server/thirdparty/lua5.3/bin/win64/lua53.dll
vendored
BIN
server/thirdparty/lua5.3/bin/win64/lua53.dll
vendored
Binäre Datei nicht angezeigt.
BIN
server/thirdparty/zlib/bin/zlib1.dll
vendored
BIN
server/thirdparty/zlib/bin/zlib1.dll
vendored
Binäre Datei nicht angezeigt.
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren