From 8c3c17244b4e230312f897fab89bc143e41c77b1 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 16 Apr 2021 16:15:58 +0200 Subject: [PATCH] Manually enabling windows compilations tools --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efa46c1e..69683a1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,8 @@ jobs: # sudo apt-get update -y sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev fi + - name: Enabling windows compilations tools + uses: ilammy/msvc-dev-cmd@v1 - name: Build the app run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo - name: Compression output