mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Window's hotfix
This commit is contained in:
parent
4afaa7f9e2
commit
54d52ec1aa
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -41,6 +41,9 @@ 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: Clear nuget cache (hotfix for windows)
|
||||||
|
shell: bash
|
||||||
|
run: dotnet clean && dotnet nuget locals all --clear
|
||||||
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user