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' />