Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit d5c0fde

Browse files
committed
🔧 Configure Git LFS
1 parent be663fb commit d5c0fde

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0 # We need full history for version number
26+
lfs: true
2627

2728
- name: "Setup .NET SDK"
2829
uses: actions/setup-dotnet@v3

‎README.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ dotnet run --project build/orchestrator
9090
dotnet run --project build/orchestrator -- --target=Bundle
9191
```
9292

93+
Some test binary resources are pushed via [Git LFS](https://git-lfs.com/). Make
94+
sure to clone these files as well, otherwise the tests would fail. On Linux you
95+
may need to install it and re-pull, for instance for Ubuntu run:
96+
97+
```sh
98+
sudo apt install git-lfs
99+
git lfs pull
100+
```
101+
93102
To build the documentation only, run:
94103

95104
```sh

0 commit comments

Comments
 (0)