Window's hotfix

This commit is contained in:
Zoe Roux 2021-04-16 00:36:34 +02:00
parent 4afaa7f9e2
commit 54d52ec1aa

View File

@ -41,6 +41,9 @@ 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