auto build: try installing gettext tools

This commit is contained in:
stax76
2023-12-09 05:07:27 +01:00
parent 9b93eaa9e9
commit 74f586744f

View File

@@ -67,7 +67,7 @@ jobs:
cp -f mpvnet.com src/MpvNet.Windows/bin/Debug/ || true
- name: Create .mo files
shell: pwsh
run: Install-Package Gettext.Tools; .\lang\create-mo-files.ps1
run: Install-Package Gettext.Tools -Force; .\lang\create-mo-files.ps1
- name: Upload
uses: actions/upload-artifact@v3
with: