Remove sudo from Nuget build

Causes failures due to PATH differences.
This commit is contained in:
Joshua M. Boniface
2025-04-19 00:10:52 -04:00
parent be9092b3c8
commit 055ab253b3

View File

@@ -793,4 +793,4 @@ jobs:
NUGET_STABLE_KEY: ${{ secrets.NUGET_STABLE_KEY }}
NUGET_UNSTABLE_KEY: ${{ secrets.NUGET_UNSTABLE_KEY }}
run: |-
sudo --preserve-env ./build.py ${{ env.JELLYFIN_VERSION }} nuget
./build.py ${{ env.JELLYFIN_VERSION }} nuget