mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2024-11-26 15:50:27 +00:00
Fix msgfmt not working.
This commit is contained in:
parent
55b79aba50
commit
a3330fe713
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.9
|
||||
- uses: git-for-windows/setup-git-for-windows-sdk@v1
|
||||
with:
|
||||
flavor: minimal
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
curl -L https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20240513/mpv-dev-x86_64-20240513-git-61f72bd.7z > mpv.7z
|
||||
@ -49,6 +52,9 @@ jobs:
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.9
|
||||
- uses: git-for-windows/setup-git-for-windows-sdk@v1
|
||||
with:
|
||||
flavor: minimal
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
curl -L https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20240513/mpv-dev-i686-20240513-git-61f72bd.7z > mpv.7z
|
||||
|
Loading…
Reference in New Issue
Block a user