Fixing windows's quote issue

This commit is contained in:
Zoe Roux
2021-04-16 16:09:43 +02:00
parent 8f43a51252
commit a89a48e5e6
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -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