From 41c1466308eb1214a35868e0d2f0fdc85bd4fed3 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 16 Apr 2021 16:27:12 +0200 Subject: [PATCH] Cleaning up the windows's CI --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69683a1e..dea5009f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: shell: bash run: | if [[ "${{runner.os}}" == "Windows" ]]; then - choco install ffmpeg + choco install ffmpeg-shared elif [[ "${{runner.os}}" == "macOS" ]]; then brew install ffmpeg else @@ -44,6 +44,7 @@ jobs: fi - name: Enabling windows compilations tools uses: ilammy/msvc-dev-cmd@v1 + if: ${{"${{runner.os}}" == "Windows"}} - name: Build the app run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo - name: Compression output