Manually enabling windows compilations tools

This commit is contained in:
Zoe Roux 2021-04-16 16:15:58 +02:00
parent a89a48e5e6
commit 8c3c17244b

View File

@ -42,6 +42,8 @@ jobs:
# sudo apt-get update -y # sudo apt-get update -y
sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev
fi fi
- name: Enabling windows compilations tools
uses: ilammy/msvc-dev-cmd@v1
- name: Build the app - name: Build the app
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
- name: Compression output - name: Compression output