Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlauuzo authored Oct 18, 2024
1 parent 6411e18 commit bc21bb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ jobs:
GIT_HASH=$(git rev-parse --short HEAD)
echo "GIT_HASH=${GIT_HASH}" >> $GITHUB_ENV
- name: Jellyfin Server Implementations
run: |
git clone --depth 1 --filter=blob:none --sparse https://github.com/jellyfin/jellyfin.git
cd jellyfin
git sparse-checkout init --cone
git sparse-checkout set Jellyfin.Server.Implementations
- name: Build
run: dotnet build --no-restore

Expand Down

0 comments on commit bc21bb8

Please sign in to comment.