mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-04 05:15:16 -04:00
Fixing windows's quote issue
This commit is contained in:
@@ -42,9 +42,6 @@ jobs:
|
||||
# sudo apt-get update -y
|
||||
sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev
|
||||
fi
|
||||
- name: Clear nuget cache (hotfix for windows)
|
||||
shell: bash
|
||||
run: dotnet clean && dotnet nuget locals all --clear
|
||||
- name: Build the app
|
||||
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
||||
- name: Compression output
|
||||
|
||||
Reference in New Issue
Block a user