mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Remove sudo from Nuget build
Causes failures due to PATH differences.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user