From 54d52ec1aaf030cd07d7698ff27ec081a64451b3 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 16 Apr 2021 00:36:34 +0200 Subject: [PATCH] Window's hotfix --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3d9b00d..754d367f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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