From a89a48e5e6a14b13cdfb6de1fe3e1a1e42b47461 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 16 Apr 2021 16:09:43 +0200 Subject: [PATCH] Fixing windows's quote issue --- .github/workflows/release.yml | 3 --- Kyoo/Kyoo.csproj | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8892e3f2..efa46c1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Kyoo/Kyoo.csproj b/Kyoo/Kyoo.csproj index 63b3b491..713d807c 100644 --- a/Kyoo/Kyoo.csproj +++ b/Kyoo/Kyoo.csproj @@ -116,7 +116,7 @@ + Command='(if not exist build mkdir build) %26%26 cd build %26%26 cmake .. -G "NMake Makefiles" %26%26 nmake' />