mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Manually enabling windows compilations tools
This commit is contained in:
parent
a89a48e5e6
commit
8c3c17244b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user